Shades of Neon Blue #5755E8
Tints of Neon Blue #5755E8
RGB
CMYK
RGB Variations
Color information
#5755E8 (or 0x5755E8) is known color: Neon Blue. HEX triplet: 57, 55 and E8. RGB value is (87,85,232). Sum of RGB (Red+Green+Blue) = 87+85+232=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #5755E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5755E8 is #A8AA17. Grayscale: #656565. Windows color (decimal): -11053592 or 15226199. OLE color: 15226199.
HSL color Cylindrical-coordinate representation of color #5755E8: hue angle of 240.82º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5755E8 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 85 | 232 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.09 |
| HSL | 240.82º | 0.76% | 0.62% | - |
| HSV(B) | 240.82º | 0.63% | 0.91% | - |
| XYZ | 21.74 | 14.35 | 77.97 | - |
| YUV | 102.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 85 | 232 | 0.62 | 0.63 | 0 | 0.09 | 240.82 | 0.76 | 0.62 |
| Hex | 57 | 55 | E8 | 3E | 3F | 0 | 9 | F1 | 4C | 3E |
| Octal | 127 | 125 | 350 | 76 | 77 | 0 | 11 | 361 | 114 | 76 |
| Binary | 1010111 | 1010101 | 11101000 | 111110 | 111111 | 0 | 1001 | 11110001 | 1001100 | 111110 |
Color Harmonies of #5755E8
Complementary color
Monochromatic Colors of #5755E8
Black with #5755E8
Text Example
Text Example
White with #5755E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5755E8; }
p { color: rgb(87,85,232); }
H1.HeaderClassName
{
color: #5755E8;
}
.AnyTagClassName
{
color: #5755E8;
}
</style>
background-color css
<style>
a { background-color: #5755E8; }
a { background-color: rgb(87,85,232); }
div.DivClassName
{
background-color: #5755E8;
}
.BgClassName
{
background-color: #5755E8;
}
</style>
border-color css
<style>
span { border-color: #5755E8; }
span { border-color: rgb(87,85,232); }
td.TdClassName
{
border-color: #5755E8;
}
.TagClassName
{
border-color: #5755E8;
}
</style>