Shades of Neon Blue #5E37FC
Tints of Neon Blue #5E37FC
RGB
CMYK
RGB Variations
Color information
#5E37FC (or 0x5E37FC) is known color: Neon Blue. HEX triplet: 5E, 37 and FC. RGB value is (94,55,252). Sum of RGB (Red+Green+Blue) = 94+55+252=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E37FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E37FC is #A1C803. Grayscale: #585858. Windows color (decimal): -10602500 or 16529246. OLE color: 16529246.
HSL color Cylindrical-coordinate representation of color #5E37FC: hue angle of 251.88º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E37FC is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 55 | 252 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.01 |
| HSL | 251.88º | 0.97% | 0.6% | - |
| HSV(B) | 251.88º | 0.78% | 0.99% | - |
| XYZ | 23.55 | 12.14 | 93.2 | - |
| YUV | 89.12 | 219.92 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 252 | 0.63 | 0.78 | 0 | 0.01 | 251.88 | 0.97 | 0.6 |
| Hex | 5E | 37 | FC | 3F | 4E | 0 | 1 | FC | 61 | 3C |
| Octal | 136 | 67 | 374 | 77 | 116 | 0 | 1 | 374 | 141 | 74 |
| Binary | 1011110 | 110111 | 11111100 | 111111 | 1001110 | 0 | 1 | 11111100 | 1100001 | 111100 |
Color Harmonies of #5E37FC
Complementary color
Monochromatic Colors of #5E37FC
Black with #5E37FC
Text Example
Text Example
White with #5E37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37FC; }
p { color: rgb(94,55,252); }
H1.HeaderClassName
{
color: #5E37FC;
}
.AnyTagClassName
{
color: #5E37FC;
}
</style>
background-color css
<style>
a { background-color: #5E37FC; }
a { background-color: rgb(94,55,252); }
div.DivClassName
{
background-color: #5E37FC;
}
.BgClassName
{
background-color: #5E37FC;
}
</style>
border-color css
<style>
span { border-color: #5E37FC; }
span { border-color: rgb(94,55,252); }
td.TdClassName
{
border-color: #5E37FC;
}
.TagClassName
{
border-color: #5E37FC;
}
</style>