Shades of Neon Blue #5E56EA
Tints of Neon Blue #5E56EA
RGB
CMYK
RGB Variations
Color information
#5E56EA (or 0x5E56EA) is known color: Neon Blue. HEX triplet: 5E, 56 and EA. RGB value is (94,86,234). Sum of RGB (Red+Green+Blue) = 94+86+234=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E56EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E56EA is #A1A915. Grayscale: #686868. Windows color (decimal): -10594582 or 15357534. OLE color: 15357534.
HSL color Cylindrical-coordinate representation of color #5E56EA: hue angle of 243.24º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E56EA is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 86 | 234 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.08 |
| HSL | 243.24º | 0.78% | 0.63% | - |
| HSV(B) | 243.24º | 0.63% | 0.92% | - |
| XYZ | 22.8 | 14.98 | 79.53 | - |
| YUV | 105.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 234 | 0.60 | 0.63 | 0 | 0.08 | 243.24 | 0.78 | 0.63 |
| Hex | 5E | 56 | EA | 3C | 3F | 0 | 8 | F3 | 4E | 3F |
| Octal | 136 | 126 | 352 | 74 | 77 | 0 | 10 | 363 | 116 | 77 |
| Binary | 1011110 | 1010110 | 11101010 | 111100 | 111111 | 0 | 1000 | 11110011 | 1001110 | 111111 |
Color Harmonies of #5E56EA
Complementary color
Monochromatic Colors of #5E56EA
Black with #5E56EA
Text Example
Text Example
White with #5E56EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56EA; }
p { color: rgb(94,86,234); }
H1.HeaderClassName
{
color: #5E56EA;
}
.AnyTagClassName
{
color: #5E56EA;
}
</style>
background-color css
<style>
a { background-color: #5E56EA; }
a { background-color: rgb(94,86,234); }
div.DivClassName
{
background-color: #5E56EA;
}
.BgClassName
{
background-color: #5E56EA;
}
</style>
border-color css
<style>
span { border-color: #5E56EA; }
span { border-color: rgb(94,86,234); }
td.TdClassName
{
border-color: #5E56EA;
}
.TagClassName
{
border-color: #5E56EA;
}
</style>