Shades of Neon Blue #5D62EB
Tints of Neon Blue #5D62EB
RGB
CMYK
RGB Variations
Color information
#5D62EB (or 0x5D62EB) is known color: Neon Blue. HEX triplet: 5D, 62 and EB. RGB value is (93,98,235). Sum of RGB (Red+Green+Blue) = 93+98+235=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D62EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D62EB is #A29D14. Grayscale: #6F6F6F. Windows color (decimal): -10657045 or 15426141. OLE color: 15426141.
HSL color Cylindrical-coordinate representation of color #5D62EB: hue angle of 237.89º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D62EB is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 98 | 235 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.08 |
| HSL | 237.89º | 0.78% | 0.64% | - |
| HSV(B) | 237.89º | 0.6% | 0.92% | - |
| XYZ | 23.88 | 17.06 | 80.63 | - |
| YUV | 112.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 98 | 235 | 0.60 | 0.58 | 0 | 0.08 | 237.89 | 0.78 | 0.64 |
| Hex | 5D | 62 | EB | 3C | 3A | 0 | 8 | EE | 4E | 40 |
| Octal | 135 | 142 | 353 | 74 | 72 | 0 | 10 | 356 | 116 | 100 |
| Binary | 1011101 | 1100010 | 11101011 | 111100 | 111010 | 0 | 1000 | 11101110 | 1001110 | 1000000 |
Color Harmonies of #5D62EB
Complementary color
Monochromatic Colors of #5D62EB
Black with #5D62EB
Text Example
Text Example
White with #5D62EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D62EB; }
p { color: rgb(93,98,235); }
H1.HeaderClassName
{
color: #5D62EB;
}
.AnyTagClassName
{
color: #5D62EB;
}
</style>
background-color css
<style>
a { background-color: #5D62EB; }
a { background-color: rgb(93,98,235); }
div.DivClassName
{
background-color: #5D62EB;
}
.BgClassName
{
background-color: #5D62EB;
}
</style>
border-color css
<style>
span { border-color: #5D62EB; }
span { border-color: rgb(93,98,235); }
td.TdClassName
{
border-color: #5D62EB;
}
.TagClassName
{
border-color: #5D62EB;
}
</style>