Shades of Neon Blue #5E43EA
Tints of Neon Blue #5E43EA
RGB
CMYK
RGB Variations
Color information
#5E43EA (or 0x5E43EA) is known color: Neon Blue. HEX triplet: 5E, 43 and EA. RGB value is (94,67,234). Sum of RGB (Red+Green+Blue) = 94+67+234=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E43EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E43EA is #A1BC15. Grayscale: #5D5D5D. Windows color (decimal): -10599446 or 15352670. OLE color: 15352670.
HSL color Cylindrical-coordinate representation of color #5E43EA: hue angle of 249.7º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E43EA is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 67 | 234 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.08 |
| HSL | 249.7º | 0.8% | 0.59% | - |
| HSV(B) | 249.7º | 0.71% | 0.92% | - |
| XYZ | 21.47 | 12.33 | 79.09 | - |
| YUV | 94.11 | 206.95 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 67 | 234 | 0.60 | 0.71 | 0 | 0.08 | 249.7 | 0.8 | 0.59 |
| Hex | 5E | 43 | EA | 3C | 47 | 0 | 8 | FA | 50 | 3B |
| Octal | 136 | 103 | 352 | 74 | 107 | 0 | 10 | 372 | 120 | 73 |
| Binary | 1011110 | 1000011 | 11101010 | 111100 | 1000111 | 0 | 1000 | 11111010 | 1010000 | 111011 |
Color Harmonies of #5E43EA
Complementary color
Monochromatic Colors of #5E43EA
Black with #5E43EA
Text Example
Text Example
White with #5E43EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E43EA; }
p { color: rgb(94,67,234); }
H1.HeaderClassName
{
color: #5E43EA;
}
.AnyTagClassName
{
color: #5E43EA;
}
</style>
background-color css
<style>
a { background-color: #5E43EA; }
a { background-color: rgb(94,67,234); }
div.DivClassName
{
background-color: #5E43EA;
}
.BgClassName
{
background-color: #5E43EA;
}
</style>
border-color css
<style>
span { border-color: #5E43EA; }
span { border-color: rgb(94,67,234); }
td.TdClassName
{
border-color: #5E43EA;
}
.TagClassName
{
border-color: #5E43EA;
}
</style>