Shades of Neon Blue #5E56EE
Tints of Neon Blue #5E56EE
RGB
CMYK
RGB Variations
Color information
#5E56EE (or 0x5E56EE) is known color: Neon Blue. HEX triplet: 5E, 56 and EE. RGB value is (94,86,238). Sum of RGB (Red+Green+Blue) = 94+86+238=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E56EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E56EE is #A1A911. Grayscale: #696969. Windows color (decimal): -10594578 or 15619678. OLE color: 15619678.
HSL color Cylindrical-coordinate representation of color #5E56EE: hue angle of 243.16º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E56EE is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 86 | 238 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.07 |
| HSL | 243.16º | 0.82% | 0.64% | - |
| HSV(B) | 243.16º | 0.64% | 0.93% | - |
| XYZ | 23.38 | 15.21 | 82.59 | - |
| YUV | 105.72 | 202.65 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 238 | 0.61 | 0.64 | 0 | 0.07 | 243.16 | 0.82 | 0.64 |
| Hex | 5E | 56 | EE | 3D | 40 | 0 | 7 | F3 | 52 | 40 |
| Octal | 136 | 126 | 356 | 75 | 100 | 0 | 7 | 363 | 122 | 100 |
| Binary | 1011110 | 1010110 | 11101110 | 111101 | 1000000 | 0 | 111 | 11110011 | 1010010 | 1000000 |
Color Harmonies of #5E56EE
Complementary color
Monochromatic Colors of #5E56EE
Black with #5E56EE
Text Example
Text Example
White with #5E56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E56EE; }
p { color: rgb(94,86,238); }
H1.HeaderClassName
{
color: #5E56EE;
}
.AnyTagClassName
{
color: #5E56EE;
}
</style>
background-color css
<style>
a { background-color: #5E56EE; }
a { background-color: rgb(94,86,238); }
div.DivClassName
{
background-color: #5E56EE;
}
.BgClassName
{
background-color: #5E56EE;
}
</style>
border-color css
<style>
span { border-color: #5E56EE; }
span { border-color: rgb(94,86,238); }
td.TdClassName
{
border-color: #5E56EE;
}
.TagClassName
{
border-color: #5E56EE;
}
</style>