Shades of Neon Blue #5756EB
Tints of Neon Blue #5756EB
RGB
CMYK
RGB Variations
Color information
#5756EB (or 0x5756EB) is known color: Neon Blue. HEX triplet: 57, 56 and EB. RGB value is (87,86,235). Sum of RGB (Red+Green+Blue) = 87+86+235=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #5756EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5756EB is #A8A914. Grayscale: #666666. Windows color (decimal): -11053333 or 15423063. OLE color: 15423063.
HSL color Cylindrical-coordinate representation of color #5756EB: hue angle of 240.4º 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 #5756EB is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 86 | 235 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.08 |
| HSL | 240.4º | 0.79% | 0.63% | - |
| HSV(B) | 240.4º | 0.63% | 0.92% | - |
| XYZ | 22.25 | 14.68 | 80.26 | - |
| YUV | 103.29 | 202.33 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 235 | 0.63 | 0.63 | 0 | 0.08 | 240.4 | 0.79 | 0.63 |
| Hex | 57 | 56 | EB | 3F | 3F | 0 | 8 | F0 | 4F | 3F |
| Octal | 127 | 126 | 353 | 77 | 77 | 0 | 10 | 360 | 117 | 77 |
| Binary | 1010111 | 1010110 | 11101011 | 111111 | 111111 | 0 | 1000 | 11110000 | 1001111 | 111111 |
Color Harmonies of #5756EB
Complementary color
Monochromatic Colors of #5756EB
Black with #5756EB
Text Example
Text Example
White with #5756EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756EB; }
p { color: rgb(87,86,235); }
H1.HeaderClassName
{
color: #5756EB;
}
.AnyTagClassName
{
color: #5756EB;
}
</style>
background-color css
<style>
a { background-color: #5756EB; }
a { background-color: rgb(87,86,235); }
div.DivClassName
{
background-color: #5756EB;
}
.BgClassName
{
background-color: #5756EB;
}
</style>
border-color css
<style>
span { border-color: #5756EB; }
span { border-color: rgb(87,86,235); }
td.TdClassName
{
border-color: #5756EB;
}
.TagClassName
{
border-color: #5756EB;
}
</style>