Neon purple to RGB — Color Code

RGB

rgb(188, 19, 254)

Format Value
HEX #bc13fe
RGB rgb(188, 19, 254)
HSL hsl(283.1, 99.2%, 53.5%)
CMYK cmyk(26%, 92.5%, 0%, 0.4%)

Related calculators

What is the RGB code for neon purple?

The CSS color neon purple in RGB format is rgb(188, 19, 254). Use this value directly in CSS, SVG, and most design tools.

How do I use neon purple in CSS?

To apply neon purple in CSS:

  • Text color: color: rgb(188, 19, 254);
  • Background: background-color: rgb(188, 19, 254);
  • Border: border-color: rgb(188, 19, 254);

What are all the color format values for neon purple?

FormatValue
HEX#bc13fe
RGBrgb(188, 19, 254)
HSLhsl(283.1, 99.2%, 53.5%)
CMYKcmyk(26%, 92.5%, 0%, 0.4%)

How do I convert neon purple to RGB?

Select neon purple from the color name list in our color converter. The RGB value — rgb(188, 19, 254) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does neon purple belong to?

neon purple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 283.1°, saturation 99.2%, lightness 53.5%.

How do I create lighter and darker shades of neon purple?

Lighter variant (lightness 68.5%): #d15ffe. Darker variant (lightness 38.5%): #8d01c4. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.