Shades of Neon Blue #5D4EEC
Tints of Neon Blue #5D4EEC
RGB
CMYK
RGB Variations
Color information
#5D4EEC (or 0x5D4EEC) is known color: Neon Blue. HEX triplet: 5D, 4E and EC. RGB value is (93,78,236). Sum of RGB (Red+Green+Blue) = 93+78+236=407 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.85% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D4EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4EEC is #A2B113. Grayscale: #636363. Windows color (decimal): -10662164 or 15486557. OLE color: 15486557.
HSL color Cylindrical-coordinate representation of color #5D4EEC: hue angle of 245.7º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D4EEC is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 78 | 236 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.07 |
| HSL | 245.7º | 0.81% | 0.62% | - |
| HSV(B) | 245.7º | 0.67% | 0.93% | - |
| XYZ | 22.38 | 13.83 | 80.85 | - |
| YUV | 100.5 | 204.47 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 78 | 236 | 0.61 | 0.67 | 0 | 0.07 | 245.7 | 0.81 | 0.62 |
| Hex | 5D | 4E | EC | 3D | 43 | 0 | 7 | F6 | 51 | 3E |
| Octal | 135 | 116 | 354 | 75 | 103 | 0 | 7 | 366 | 121 | 76 |
| Binary | 1011101 | 1001110 | 11101100 | 111101 | 1000011 | 0 | 111 | 11110110 | 1010001 | 111110 |
Color Harmonies of #5D4EEC
Complementary color
Monochromatic Colors of #5D4EEC
Black with #5D4EEC
Text Example
Text Example
White with #5D4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4EEC; }
p { color: rgb(93,78,236); }
H1.HeaderClassName
{
color: #5D4EEC;
}
.AnyTagClassName
{
color: #5D4EEC;
}
</style>
background-color css
<style>
a { background-color: #5D4EEC; }
a { background-color: rgb(93,78,236); }
div.DivClassName
{
background-color: #5D4EEC;
}
.BgClassName
{
background-color: #5D4EEC;
}
</style>
border-color css
<style>
span { border-color: #5D4EEC; }
span { border-color: rgb(93,78,236); }
td.TdClassName
{
border-color: #5D4EEC;
}
.TagClassName
{
border-color: #5D4EEC;
}
</style>