Shades of Neon Blue #5D5CEF
Tints of Neon Blue #5D5CEF
RGB
CMYK
RGB Variations
Color information
#5D5CEF (or 0x5D5CEF) is known color: Neon Blue. HEX triplet: 5D, 5C and EF. RGB value is (93,92,239). Sum of RGB (Red+Green+Blue) = 93+92+239=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D5CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5CEF is #A2A310. Grayscale: #6C6C6C. Windows color (decimal): -10658577 or 15686749. OLE color: 15686749.
HSL color Cylindrical-coordinate representation of color #5D5CEF: hue angle of 240.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D5CEF is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 92 | 239 | - |
| CMYK | 0.61 | 0.62 | 0 | 0.06 |
| HSL | 240.41º | 0.82% | 0.65% | - |
| HSV(B) | 240.41º | 0.62% | 0.94% | - |
| XYZ | 23.92 | 16.21 | 83.53 | - |
| YUV | 109.06 | 201.33 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 239 | 0.61 | 0.62 | 0 | 0.06 | 240.41 | 0.82 | 0.65 |
| Hex | 5D | 5C | EF | 3D | 3E | 0 | 6 | F0 | 52 | 41 |
| Octal | 135 | 134 | 357 | 75 | 76 | 0 | 6 | 360 | 122 | 101 |
| Binary | 1011101 | 1011100 | 11101111 | 111101 | 111110 | 0 | 110 | 11110000 | 1010010 | 1000001 |
Color Harmonies of #5D5CEF
Complementary color
Monochromatic Colors of #5D5CEF
Black with #5D5CEF
Text Example
Text Example
White with #5D5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5CEF; }
p { color: rgb(93,92,239); }
H1.HeaderClassName
{
color: #5D5CEF;
}
.AnyTagClassName
{
color: #5D5CEF;
}
</style>
background-color css
<style>
a { background-color: #5D5CEF; }
a { background-color: rgb(93,92,239); }
div.DivClassName
{
background-color: #5D5CEF;
}
.BgClassName
{
background-color: #5D5CEF;
}
</style>
border-color css
<style>
span { border-color: #5D5CEF; }
span { border-color: rgb(93,92,239); }
td.TdClassName
{
border-color: #5D5CEF;
}
.TagClassName
{
border-color: #5D5CEF;
}
</style>