Neon Bunker Stark

A electric signal cutting through absolute darkness, like a single bright thread against deep velvet.

Colors

~Neon Green#39FF14
~Matt Black#121614
~Black Wash#0B0D0C
~Black Hole#020202

Psychology

The vivid neon green (#39ff14) commands immediate visual attention through its high saturation and luminosity, while the three near-black tones create maximum contrast that amplifies the green's perceived intensity. This extreme polarity triggers heightened alertness, a quality reinforced by color theory principles where cool, bright colors advance perceptually against receding darks. The monochromatic black foundation prevents visual chaos, allowing the neon to function as a focused signal rather than overwhelming stimulus.

Usage

This palette excels in tech product interfaces, cybersecurity branding, and music production software where a single vivid accent must command attention against minimal dark backgrounds. Gaming UI design and electronic music event posters benefit from the dramatic contrast and cool energy, while premium tech packaging leverages the tension between sterile darkness and electric luminescence to suggest innovation. The restricted palette works particularly well for minimalist editorial layouts where a single neon element must anchor the page.

Code

CSS Gradient
/* CSS gradient approximation of mesh gradient */
/* Note: This is a linear approximation. For the full animated mesh effect, use the React/JS export. */
background: linear-gradient(
    90deg,
    #39ff14 0%,
    #121614 33%,
    #0b0d0c 67%,
    #020202 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #39ff14;
  --color-gradient-2: #121614;
  --color-gradient-3: #0b0d0c;
  --color-gradient-4: #020202;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #39ff14;
--color-2: #121614;
--color-3: #0b0d0c;
--color-4: #020202;
Hex values
#39ff14, #121614, #0b0d0c, #020202

Building something? Get this palette via the REST API.

History

Similar palettes

Ink & Signal
Jade Hour Glow
Signal Meridian
Neon Meadow Rise
Midnight Garden Edge
Frosted Meadow
Lime Threshold Rise
Neon Pool Rush
Charcoal Spring Leaf