Shades of Neon Blue #5759EB
Tints of Neon Blue #5759EB
RGB
CMYK
RGB Variations
Color information
#5759EB (or 0x5759EB) is known color: Neon Blue. HEX triplet: 57, 59 and EB. RGB value is (87,89,235). Sum of RGB (Red+Green+Blue) = 87+89+235=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #5759EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5759EB is #A8A614. Grayscale: #686868. Windows color (decimal): -11052565 or 15423831. OLE color: 15423831.
HSL color Cylindrical-coordinate representation of color #5759EB: hue angle of 239.19º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5759EB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 89 | 235 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.08 |
| HSL | 239.19º | 0.79% | 0.63% | - |
| HSV(B) | 239.19º | 0.63% | 0.92% | - |
| XYZ | 22.5 | 15.17 | 80.34 | - |
| YUV | 105.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 235 | 0.63 | 0.62 | 0 | 0.08 | 239.19 | 0.79 | 0.63 |
| Hex | 57 | 59 | EB | 3F | 3E | 0 | 8 | EF | 4F | 3F |
| Octal | 127 | 131 | 353 | 77 | 76 | 0 | 10 | 357 | 117 | 77 |
| Binary | 1010111 | 1011001 | 11101011 | 111111 | 111110 | 0 | 1000 | 11101111 | 1001111 | 111111 |
Color Harmonies of #5759EB
Complementary color
Monochromatic Colors of #5759EB
Black with #5759EB
Text Example
Text Example
White with #5759EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5759EB; }
p { color: rgb(87,89,235); }
H1.HeaderClassName
{
color: #5759EB;
}
.AnyTagClassName
{
color: #5759EB;
}
</style>
background-color css
<style>
a { background-color: #5759EB; }
a { background-color: rgb(87,89,235); }
div.DivClassName
{
background-color: #5759EB;
}
.BgClassName
{
background-color: #5759EB;
}
</style>
border-color css
<style>
span { border-color: #5759EB; }
span { border-color: rgb(87,89,235); }
td.TdClassName
{
border-color: #5759EB;
}
.TagClassName
{
border-color: #5759EB;
}
</style>