Shades of Neon Blue #5D5FEC
Tints of Neon Blue #5D5FEC
RGB
CMYK
RGB Variations
Color information
#5D5FEC (or 0x5D5FEC) is known color: Neon Blue. HEX triplet: 5D, 5F and EC. RGB value is (93,95,236). Sum of RGB (Red+Green+Blue) = 93+95+236=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5FEC is #A2A013. Grayscale: #6D6D6D. Windows color (decimal): -10657812 or 15490909. OLE color: 15490909.
HSL color Cylindrical-coordinate representation of color #5D5FEC: hue angle of 239.16º 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 #5D5FEC is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 95 | 236 | - |
| CMYK | 0.61 | 0.60 | 0 | 0.07 |
| HSL | 239.16º | 0.79% | 0.65% | - |
| HSV(B) | 239.16º | 0.61% | 0.93% | - |
| XYZ | 23.75 | 16.57 | 81.3 | - |
| YUV | 110.48 | 198.84 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 95 | 236 | 0.61 | 0.60 | 0 | 0.07 | 239.16 | 0.79 | 0.65 |
| Hex | 5D | 5F | EC | 3D | 3C | 0 | 7 | EF | 4F | 41 |
| Octal | 135 | 137 | 354 | 75 | 74 | 0 | 7 | 357 | 117 | 101 |
| Binary | 1011101 | 1011111 | 11101100 | 111101 | 111100 | 0 | 111 | 11101111 | 1001111 | 1000001 |
Color Harmonies of #5D5FEC
Complementary color
Monochromatic Colors of #5D5FEC
Black with #5D5FEC
Text Example
Text Example
White with #5D5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5FEC; }
p { color: rgb(93,95,236); }
H1.HeaderClassName
{
color: #5D5FEC;
}
.AnyTagClassName
{
color: #5D5FEC;
}
</style>
background-color css
<style>
a { background-color: #5D5FEC; }
a { background-color: rgb(93,95,236); }
div.DivClassName
{
background-color: #5D5FEC;
}
.BgClassName
{
background-color: #5D5FEC;
}
</style>
border-color css
<style>
span { border-color: #5D5FEC; }
span { border-color: rgb(93,95,236); }
td.TdClassName
{
border-color: #5D5FEC;
}
.TagClassName
{
border-color: #5D5FEC;
}
</style>