Shades of Neon Blue #5770FF
Tints of Neon Blue #5770FF
RGB
CMYK
RGB Variations
Color information
#5770FF (or 0x5770FF) is known color: Neon Blue. HEX triplet: 57, 70 and FF. RGB value is (87,112,255). Sum of RGB (Red+Green+Blue) = 87+112+255=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #5770FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5770FF is #A88F00. Grayscale: #787878. Windows color (decimal): -11046657 or 16740439. OLE color: 16740439.
HSL color Cylindrical-coordinate representation of color #5770FF: hue angle of 231.07º 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 #5770FF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 112 | 255 | - |
| CMYK | 0.66 | 0.56 | 0 | 0 |
| HSL | 231.07º | 1% | 0.67% | - |
| HSV(B) | 231.07º | 0.66% | 1% | - |
| XYZ | 27.77 | 20.83 | 97.17 | - |
| YUV | 120.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 255 | 0.66 | 0.56 | 0 | 0 | 231.07 | 1 | 0.67 |
| Hex | 57 | 70 | FF | 42 | 38 | 0 | 0 | E7 | 64 | 43 |
| Octal | 127 | 160 | 377 | 102 | 70 | 0 | 0 | 347 | 144 | 103 |
| Binary | 1010111 | 1110000 | 11111111 | 1000010 | 111000 | 0 | 0 | 11100111 | 1100100 | 1000011 |
Color Harmonies of #5770FF
Complementary color
Monochromatic Colors of #5770FF
Black with #5770FF
Text Example
Text Example
White with #5770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770FF; }
p { color: rgb(87,112,255); }
H1.HeaderClassName
{
color: #5770FF;
}
.AnyTagClassName
{
color: #5770FF;
}
</style>
background-color css
<style>
a { background-color: #5770FF; }
a { background-color: rgb(87,112,255); }
div.DivClassName
{
background-color: #5770FF;
}
.BgClassName
{
background-color: #5770FF;
}
</style>
border-color css
<style>
span { border-color: #5770FF; }
span { border-color: rgb(87,112,255); }
td.TdClassName
{
border-color: #5770FF;
}
.TagClassName
{
border-color: #5770FF;
}
</style>