Neon Glow Color Palette

Glowing neon colors like lime green, hot pink, electric yellow, and cyan radiate against deep dark backgrounds. This high-voltage palette lights up gaming streams, club flyers, and attention-grabbing ads.

#0D0D0D

Black

RGB(13, 13, 13)

HSL(0, 0%, 5%)

#00FF41

Vivid Green

RGB(0, 255, 65)

HSL(135, 100%, 50%)

#FF1493

Vivid Magenta

RGB(255, 20, 147)

HSL(328, 100%, 54%)

#FFFF00

Vivid Yellow

RGB(255, 255, 0)

HSL(60, 100%, 50%)

#00FFFF

Vivid Cyan

RGB(0, 255, 255)

HSL(180, 100%, 50%)

#1A1A2E

Dark Indigo

RGB(26, 26, 46)

HSL(240, 28%, 14%)

lightbulbBest Use Cases

  • checkGaming streams
  • checkClub flyers
  • checkAttention-grabbing ads

businessIndustries

  • checkEntertainment
  • checkGaming
Mood:electric

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #0D0D0D;
  --color-2: #00FF41;
  --color-3: #FF1493;
  --color-4: #FFFF00;
  --color-5: #00FFFF;
  --color-6: #1A1A2E;
}

Tailwind CSS Config

colors: {
  'neon-glow-1': '#0D0D0D',
  'neon-glow-2': '#00FF41',
  'neon-glow-3': '#FF1493',
  'neon-glow-4': '#FFFF00',
  'neon-glow-5': '#00FFFF',
  'neon-glow-6': '#1A1A2E',
}
neonglowdark-backgroundelectricvibrant

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes