Shades of Neon Blue #5E3EFC
Tints of Neon Blue #5E3EFC
RGB
CMYK
RGB Variations
Color information
#5E3EFC (or 0x5E3EFC) is known color: Neon Blue. HEX triplet: 5E, 3E and FC. RGB value is (94,62,252). Sum of RGB (Red+Green+Blue) = 94+62+252=408 (54% of max value = 765). Red value is 94 (37.11% from 255 or 23.04% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E3EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E3EFC is #A1C103. Grayscale: #5C5C5C. Windows color (decimal): -10600708 or 16531038. OLE color: 16531038.
HSL color Cylindrical-coordinate representation of color #5E3EFC: hue angle of 250.11º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E3EFC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 62 | 252 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.01 |
| HSL | 250.11º | 0.97% | 0.62% | - |
| HSV(B) | 250.11º | 0.75% | 0.99% | - |
| XYZ | 23.91 | 12.85 | 93.32 | - |
| YUV | 93.23 | 217.6 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 62 | 252 | 0.63 | 0.75 | 0 | 0.01 | 250.11 | 0.97 | 0.62 |
| Hex | 5E | 3E | FC | 3F | 4B | 0 | 1 | FA | 61 | 3E |
| Octal | 136 | 76 | 374 | 77 | 113 | 0 | 1 | 372 | 141 | 76 |
| Binary | 1011110 | 111110 | 11111100 | 111111 | 1001011 | 0 | 1 | 11111010 | 1100001 | 111110 |
Color Harmonies of #5E3EFC
Complementary color
Monochromatic Colors of #5E3EFC
Black with #5E3EFC
Text Example
Text Example
White with #5E3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3EFC; }
p { color: rgb(94,62,252); }
H1.HeaderClassName
{
color: #5E3EFC;
}
.AnyTagClassName
{
color: #5E3EFC;
}
</style>
background-color css
<style>
a { background-color: #5E3EFC; }
a { background-color: rgb(94,62,252); }
div.DivClassName
{
background-color: #5E3EFC;
}
.BgClassName
{
background-color: #5E3EFC;
}
</style>
border-color css
<style>
span { border-color: #5E3EFC; }
span { border-color: rgb(94,62,252); }
td.TdClassName
{
border-color: #5E3EFC;
}
.TagClassName
{
border-color: #5E3EFC;
}
</style>