Shades of Neon Blue #5756EE
Tints of Neon Blue #5756EE
RGB
CMYK
RGB Variations
Color information
#5756EE (or 0x5756EE) is known color: Neon Blue. HEX triplet: 57, 56 and EE. RGB value is (87,86,238). Sum of RGB (Red+Green+Blue) = 87+86+238=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #5756EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5756EE is #A8A911. Grayscale: #676767. Windows color (decimal): -11053330 or 15619671. OLE color: 15619671.
HSL color Cylindrical-coordinate representation of color #5756EE: hue angle of 240.39º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5756EE is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 86 | 238 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.07 |
| HSL | 240.39º | 0.82% | 0.64% | - |
| HSV(B) | 240.39º | 0.64% | 0.93% | - |
| XYZ | 22.69 | 14.85 | 82.56 | - |
| YUV | 103.63 | 203.83 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 238 | 0.63 | 0.64 | 0 | 0.07 | 240.39 | 0.82 | 0.64 |
| Hex | 57 | 56 | EE | 3F | 40 | 0 | 7 | F0 | 52 | 40 |
| Octal | 127 | 126 | 356 | 77 | 100 | 0 | 7 | 360 | 122 | 100 |
| Binary | 1010111 | 1010110 | 11101110 | 111111 | 1000000 | 0 | 111 | 11110000 | 1010010 | 1000000 |
Color Harmonies of #5756EE
Complementary color
Monochromatic Colors of #5756EE
Black with #5756EE
Text Example
Text Example
White with #5756EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756EE; }
p { color: rgb(87,86,238); }
H1.HeaderClassName
{
color: #5756EE;
}
.AnyTagClassName
{
color: #5756EE;
}
</style>
background-color css
<style>
a { background-color: #5756EE; }
a { background-color: rgb(87,86,238); }
div.DivClassName
{
background-color: #5756EE;
}
.BgClassName
{
background-color: #5756EE;
}
</style>
border-color css
<style>
span { border-color: #5756EE; }
span { border-color: rgb(87,86,238); }
td.TdClassName
{
border-color: #5756EE;
}
.TagClassName
{
border-color: #5756EE;
}
</style>