Shades of Neon Blue #576AFF
Tints of Neon Blue #576AFF
RGB
CMYK
RGB Variations
Color information
#576AFF (or 0x576AFF) is known color: Neon Blue. HEX triplet: 57, 6A and FF. RGB value is (87,106,255). Sum of RGB (Red+Green+Blue) = 87+106+255=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #576AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #576AFF is #A89500. Grayscale: #747474. Windows color (decimal): -11048193 or 16738903. OLE color: 16738903.
HSL color Cylindrical-coordinate representation of color #576AFF: hue angle of 233.21º 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 #576AFF is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 106 | 255 | - |
| CMYK | 0.66 | 0.58 | 0 | 0 |
| HSL | 233.21º | 1% | 0.67% | - |
| HSV(B) | 233.21º | 0.66% | 1% | - |
| XYZ | 27.13 | 19.55 | 96.95 | - |
| YUV | 117.31 | 205.71 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 255 | 0.66 | 0.58 | 0 | 0 | 233.21 | 1 | 0.67 |
| Hex | 57 | 6A | FF | 42 | 3A | 0 | 0 | E9 | 64 | 43 |
| Octal | 127 | 152 | 377 | 102 | 72 | 0 | 0 | 351 | 144 | 103 |
| Binary | 1010111 | 1101010 | 11111111 | 1000010 | 111010 | 0 | 0 | 11101001 | 1100100 | 1000011 |
Color Harmonies of #576AFF
Complementary color
Monochromatic Colors of #576AFF
Black with #576AFF
Text Example
Text Example
White with #576AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576AFF; }
p { color: rgb(87,106,255); }
H1.HeaderClassName
{
color: #576AFF;
}
.AnyTagClassName
{
color: #576AFF;
}
</style>
background-color css
<style>
a { background-color: #576AFF; }
a { background-color: rgb(87,106,255); }
div.DivClassName
{
background-color: #576AFF;
}
.BgClassName
{
background-color: #576AFF;
}
</style>
border-color css
<style>
span { border-color: #576AFF; }
span { border-color: rgb(87,106,255); }
td.TdClassName
{
border-color: #576AFF;
}
.TagClassName
{
border-color: #576AFF;
}
</style>