Neon Circuit Neutral

Sharp electronic glow against muted concrete, a balance of clinical precision and industrial restraint.

Colors

~Black#000000
~Cyan#00FFFF
~Toxic Boyfriend#CCFF00
~Grey Web#666666

Psychology

The palette leverages high contrast between absolute black and vivid cyan-lime to command attention while the mid-tone grey provides visual relief and prevents oversaturation. The cool neon hues activate alertness and modernity, while the achromatic anchors prevent the palette from feeling chaotic or juvenile. This combination of complementary intensity and neutral stability creates tension that reads as intentional rather than jarring.

Usage

Ideal for tech startup branding, forward-thinking editorial layouts, and SaaS interface design where contrast and legibility are critical. The palette suits neon-inflected product packaging for electronics or energy drinks, as well as dark-mode digital experiences that require visual hierarchy without warmth. High-contrast applications like underground music promotion, cyberpunk-themed photography, and industrial design catalogs benefit from its deliberate, no-nonsense aesthetic.

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,
    #000000 0%,
    #00ffff 33%,
    #ccff00 67%,
    #666666 100%
  );
Tailwind v4
/* app.css — Tailwind v4 */
@theme {
  --color-gradient-1: #000000;
  --color-gradient-2: #00ffff;
  --color-gradient-3: #ccff00;
  --color-gradient-4: #666666;
}

/* Usage: bg-gradient-1, text-gradient-2, etc. */
CSS Variables
--color-1: #000000;
--color-2: #00ffff;
--color-3: #ccff00;
--color-4: #666666;
Hex values
#000000, #00ffff, #ccff00, #666666

Building something? Get this palette via the REST API.

History

Similar palettes

Jade Hour Glow
Shallow Waters
Moss Shallow Study
Misty Lagoon Hour
Sage Garden Noon
Grain & Lagoon
Pastel Lagoon Study
Celadon Meadow Rest
Fjord Depth Rise