Shades of Neon Blue #5D5CEB
Tints of Neon Blue #5D5CEB
RGB
CMYK
RGB Variations
Color information
#5D5CEB (or 0x5D5CEB) is known color: Neon Blue. HEX triplet: 5D, 5C and EB. RGB value is (93,92,235). Sum of RGB (Red+Green+Blue) = 93+92+235=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D5CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5CEB is #A2A314. Grayscale: #6C6C6C. Windows color (decimal): -10658581 or 15424605. OLE color: 15424605.
HSL color Cylindrical-coordinate representation of color #5D5CEB: hue angle of 240.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D5CEB is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 92 | 235 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.08 |
| HSL | 240.42º | 0.78% | 0.64% | - |
| HSV(B) | 240.42º | 0.61% | 0.92% | - |
| XYZ | 23.34 | 15.98 | 80.45 | - |
| YUV | 108.6 | 199.33 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 235 | 0.60 | 0.61 | 0 | 0.08 | 240.42 | 0.78 | 0.64 |
| Hex | 5D | 5C | EB | 3C | 3D | 0 | 8 | F0 | 4E | 40 |
| Octal | 135 | 134 | 353 | 74 | 75 | 0 | 10 | 360 | 116 | 100 |
| Binary | 1011101 | 1011100 | 11101011 | 111100 | 111101 | 0 | 1000 | 11110000 | 1001110 | 1000000 |
Color Harmonies of #5D5CEB
Complementary color
Monochromatic Colors of #5D5CEB
Black with #5D5CEB
Text Example
Text Example
White with #5D5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5CEB; }
p { color: rgb(93,92,235); }
H1.HeaderClassName
{
color: #5D5CEB;
}
.AnyTagClassName
{
color: #5D5CEB;
}
</style>
background-color css
<style>
a { background-color: #5D5CEB; }
a { background-color: rgb(93,92,235); }
div.DivClassName
{
background-color: #5D5CEB;
}
.BgClassName
{
background-color: #5D5CEB;
}
</style>
border-color css
<style>
span { border-color: #5D5CEB; }
span { border-color: rgb(93,92,235); }
td.TdClassName
{
border-color: #5D5CEB;
}
.TagClassName
{
border-color: #5D5CEB;
}
</style>