Shades of Neon Blue #5E43EF
Tints of Neon Blue #5E43EF
RGB
CMYK
RGB Variations
Color information
#5E43EF (or 0x5E43EF) is known color: Neon Blue. HEX triplet: 5E, 43 and EF. RGB value is (94,67,239). Sum of RGB (Red+Green+Blue) = 94+67+239=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E43EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E43EF is #A1BC10. Grayscale: #5E5E5E. Windows color (decimal): -10599441 or 15680350. OLE color: 15680350.
HSL color Cylindrical-coordinate representation of color #5E43EF: hue angle of 249.42º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E43EF is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 67 | 239 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.06 |
| HSL | 249.42º | 0.84% | 0.6% | - |
| HSV(B) | 249.42º | 0.72% | 0.94% | - |
| XYZ | 22.2 | 12.63 | 82.93 | - |
| YUV | 94.68 | 209.45 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 239 | 0.61 | 0.72 | 0 | 0.06 | 249.42 | 0.84 | 0.6 |
| Hex | 5E | 43 | EF | 3D | 48 | 0 | 6 | F9 | 54 | 3C |
| Octal | 136 | 103 | 357 | 75 | 110 | 0 | 6 | 371 | 124 | 74 |
| Binary | 1011110 | 1000011 | 11101111 | 111101 | 1001000 | 0 | 110 | 11111001 | 1010100 | 111100 |
Color Harmonies of #5E43EF
Complementary color
Monochromatic Colors of #5E43EF
Black with #5E43EF
Text Example
Text Example
White with #5E43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43EF; }
p { color: rgb(94,67,239); }
H1.HeaderClassName
{
color: #5E43EF;
}
.AnyTagClassName
{
color: #5E43EF;
}
</style>
background-color css
<style>
a { background-color: #5E43EF; }
a { background-color: rgb(94,67,239); }
div.DivClassName
{
background-color: #5E43EF;
}
.BgClassName
{
background-color: #5E43EF;
}
</style>
border-color css
<style>
span { border-color: #5E43EF; }
span { border-color: rgb(94,67,239); }
td.TdClassName
{
border-color: #5E43EF;
}
.TagClassName
{
border-color: #5E43EF;
}
</style>