Neon Purple Hex Code — #BC13FE
RGB, HSL, and CMYK values for Neon Purple.
Neon Purple Color Values
| Format | Value |
|---|---|
| HEX | #BC13FE |
| RGB | rgb(188, 19, 254) |
| HSL | hsl(283, 99%, 54%) |
| CMYK | cmyk(26%, 93%, 0%, 0%) |
Want to explore more shades? Use our Color Converter
About Neon Purple
Color psychology: Creative, bold.
Neon Purple (#BC13FE) is a medium shade of purple. It's commonly used in web design, graphic design, and branding where creative, bold are desired associations.
How to Use Neon Purple in CSS
/* Using HEX */ color: #BC13FE; background-color: #BC13FE; /* Using RGB */ color: rgb(188, 19, 254); /* Using HSL */ color: hsl(283, 99%, 54%);