Shades of Neon Blue #576FFF
Tints of Neon Blue #576FFF
RGB
CMYK
RGB Variations
Color information
#576FFF (or 0x576FFF) is known color: Neon Blue. HEX triplet: 57, 6F and FF. RGB value is (87,111,255). Sum of RGB (Red+Green+Blue) = 87+111+255=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #576FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #576FFF is #A89000. Grayscale: #777777. Windows color (decimal): -11046913 or 16740183. OLE color: 16740183.
HSL color Cylindrical-coordinate representation of color #576FFF: hue angle of 231.43º 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 #576FFF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 111 | 255 | - |
| CMYK | 0.66 | 0.56 | 0 | 0 |
| HSL | 231.43º | 1% | 0.67% | - |
| HSV(B) | 231.43º | 0.66% | 1% | - |
| XYZ | 27.66 | 20.62 | 97.13 | - |
| YUV | 120.24 | 204.05 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 111 | 255 | 0.66 | 0.56 | 0 | 0 | 231.43 | 1 | 0.67 |
| Hex | 57 | 6F | FF | 42 | 38 | 0 | 0 | E7 | 64 | 43 |
| Octal | 127 | 157 | 377 | 102 | 70 | 0 | 0 | 347 | 144 | 103 |
| Binary | 1010111 | 1101111 | 11111111 | 1000010 | 111000 | 0 | 0 | 11100111 | 1100100 | 1000011 |
Color Harmonies of #576FFF
Complementary color
Monochromatic Colors of #576FFF
Black with #576FFF
Text Example
Text Example
White with #576FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576FFF; }
p { color: rgb(87,111,255); }
H1.HeaderClassName
{
color: #576FFF;
}
.AnyTagClassName
{
color: #576FFF;
}
</style>
background-color css
<style>
a { background-color: #576FFF; }
a { background-color: rgb(87,111,255); }
div.DivClassName
{
background-color: #576FFF;
}
.BgClassName
{
background-color: #576FFF;
}
</style>
border-color css
<style>
span { border-color: #576FFF; }
span { border-color: rgb(87,111,255); }
td.TdClassName
{
border-color: #576FFF;
}
.TagClassName
{
border-color: #576FFF;
}
</style>