Shades of Neon Blue #5E5DEC
Tints of Neon Blue #5E5DEC
RGB
CMYK
RGB Variations
Color information
#5E5DEC (or 0x5E5DEC) is known color: Neon Blue. HEX triplet: 5E, 5D and EC. RGB value is (94,93,236). Sum of RGB (Red+Green+Blue) = 94+93+236=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E5DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5DEC is #A1A213. Grayscale: #6D6D6D. Windows color (decimal): -10592788 or 15490398. OLE color: 15490398.
HSL color Cylindrical-coordinate representation of color #5E5DEC: hue angle of 240.42º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E5DEC is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 93 | 236 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.07 |
| HSL | 240.42º | 0.79% | 0.65% | - |
| HSV(B) | 240.42º | 0.61% | 0.93% | - |
| XYZ | 23.67 | 16.26 | 81.25 | - |
| YUV | 109.6 | 199.33 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 236 | 0.60 | 0.61 | 0 | 0.07 | 240.42 | 0.79 | 0.65 |
| Hex | 5E | 5D | EC | 3C | 3D | 0 | 7 | F0 | 4F | 41 |
| Octal | 136 | 135 | 354 | 74 | 75 | 0 | 7 | 360 | 117 | 101 |
| Binary | 1011110 | 1011101 | 11101100 | 111100 | 111101 | 0 | 111 | 11110000 | 1001111 | 1000001 |
Color Harmonies of #5E5DEC
Complementary color
Monochromatic Colors of #5E5DEC
Black with #5E5DEC
Text Example
Text Example
White with #5E5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5DEC; }
p { color: rgb(94,93,236); }
H1.HeaderClassName
{
color: #5E5DEC;
}
.AnyTagClassName
{
color: #5E5DEC;
}
</style>
background-color css
<style>
a { background-color: #5E5DEC; }
a { background-color: rgb(94,93,236); }
div.DivClassName
{
background-color: #5E5DEC;
}
.BgClassName
{
background-color: #5E5DEC;
}
</style>
border-color css
<style>
span { border-color: #5E5DEC; }
span { border-color: rgb(94,93,236); }
td.TdClassName
{
border-color: #5E5DEC;
}
.TagClassName
{
border-color: #5E5DEC;
}
</style>