Shades of Neon Blue #5E37FA
Tints of Neon Blue #5E37FA
RGB
CMYK
RGB Variations
Color information
#5E37FA (or 0x5E37FA) is known color: Neon Blue. HEX triplet: 5E, 37 and FA. RGB value is (94,55,250). Sum of RGB (Red+Green+Blue) = 94+55+250=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E37FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E37FA is #A1C805. Grayscale: #585858. Windows color (decimal): -10602502 or 16398174. OLE color: 16398174.
HSL color Cylindrical-coordinate representation of color #5E37FA: hue angle of 252º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E37FA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 55 | 250 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.02 |
| HSL | 252º | 0.95% | 0.6% | - |
| HSV(B) | 252º | 0.78% | 0.98% | - |
| XYZ | 23.24 | 12.01 | 91.54 | - |
| YUV | 88.89 | 218.92 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 250 | 0.62 | 0.78 | 0 | 0.02 | 252 | 0.95 | 0.6 |
| Hex | 5E | 37 | FA | 3E | 4E | 0 | 2 | FC | 5F | 3C |
| Octal | 136 | 67 | 372 | 76 | 116 | 0 | 2 | 374 | 137 | 74 |
| Binary | 1011110 | 110111 | 11111010 | 111110 | 1001110 | 0 | 10 | 11111100 | 1011111 | 111100 |
Color Harmonies of #5E37FA
Complementary color
Monochromatic Colors of #5E37FA
Black with #5E37FA
Text Example
Text Example
White with #5E37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37FA; }
p { color: rgb(94,55,250); }
H1.HeaderClassName
{
color: #5E37FA;
}
.AnyTagClassName
{
color: #5E37FA;
}
</style>
background-color css
<style>
a { background-color: #5E37FA; }
a { background-color: rgb(94,55,250); }
div.DivClassName
{
background-color: #5E37FA;
}
.BgClassName
{
background-color: #5E37FA;
}
</style>
border-color css
<style>
span { border-color: #5E37FA; }
span { border-color: rgb(94,55,250); }
td.TdClassName
{
border-color: #5E37FA;
}
.TagClassName
{
border-color: #5E37FA;
}
</style>