Shades of Neon Blue #5760FF
Tints of Neon Blue #5760FF
RGB
CMYK
RGB Variations
Color information
#5760FF (or 0x5760FF) is known color: Neon Blue. HEX triplet: 57, 60 and FF. RGB value is (87,96,255). Sum of RGB (Red+Green+Blue) = 87+96+255=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #5760FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5760FF is #A89F00. Grayscale: #6E6E6E. Windows color (decimal): -11050753 or 16736343. OLE color: 16736343.
HSL color Cylindrical-coordinate representation of color #5760FF: hue angle of 236.79º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5760FF is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 96 | 255 | - |
| CMYK | 0.66 | 0.62 | 0 | 0 |
| HSL | 236.79º | 1% | 0.67% | - |
| HSV(B) | 236.79º | 0.66% | 1% | - |
| XYZ | 26.16 | 17.61 | 96.63 | - |
| YUV | 111.44 | 209.02 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 96 | 255 | 0.66 | 0.62 | 0 | 0 | 236.79 | 1 | 0.67 |
| Hex | 57 | 60 | FF | 42 | 3E | 0 | 0 | ED | 64 | 43 |
| Octal | 127 | 140 | 377 | 102 | 76 | 0 | 0 | 355 | 144 | 103 |
| Binary | 1010111 | 1100000 | 11111111 | 1000010 | 111110 | 0 | 0 | 11101101 | 1100100 | 1000011 |
Color Harmonies of #5760FF
Complementary color
Monochromatic Colors of #5760FF
Black with #5760FF
Text Example
Text Example
White with #5760FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5760FF; }
p { color: rgb(87,96,255); }
H1.HeaderClassName
{
color: #5760FF;
}
.AnyTagClassName
{
color: #5760FF;
}
</style>
background-color css
<style>
a { background-color: #5760FF; }
a { background-color: rgb(87,96,255); }
div.DivClassName
{
background-color: #5760FF;
}
.BgClassName
{
background-color: #5760FF;
}
</style>
border-color css
<style>
span { border-color: #5760FF; }
span { border-color: rgb(87,96,255); }
td.TdClassName
{
border-color: #5760FF;
}
.TagClassName
{
border-color: #5760FF;
}
</style>