Shades of Neon Blue #576BFA
Tints of Neon Blue #576BFA
RGB
CMYK
RGB Variations
Color information
#576BFA (or 0x576BFA) is known color: Neon Blue. HEX triplet: 57, 6B and FA. RGB value is (87,107,250). Sum of RGB (Red+Green+Blue) = 87+107+250=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #576BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #576BFA is #A89405. Grayscale: #747474. Windows color (decimal): -11047942 or 16411479. OLE color: 16411479.
HSL color Cylindrical-coordinate representation of color #576BFA: hue angle of 232.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #576BFA is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 107 | 250 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.02 |
| HSL | 232.64º | 0.94% | 0.66% | - |
| HSV(B) | 232.64º | 0.65% | 0.98% | - |
| XYZ | 26.44 | 19.44 | 92.8 | - |
| YUV | 117.32 | 202.87 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 250 | 0.65 | 0.57 | 0 | 0.02 | 232.64 | 0.94 | 0.66 |
| Hex | 57 | 6B | FA | 41 | 39 | 0 | 2 | E9 | 5E | 42 |
| Octal | 127 | 153 | 372 | 101 | 71 | 0 | 2 | 351 | 136 | 102 |
| Binary | 1010111 | 1101011 | 11111010 | 1000001 | 111001 | 0 | 10 | 11101001 | 1011110 | 1000010 |
Color Harmonies of #576BFA
Complementary color
Monochromatic Colors of #576BFA
Black with #576BFA
Text Example
Text Example
White with #576BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576BFA; }
p { color: rgb(87,107,250); }
H1.HeaderClassName
{
color: #576BFA;
}
.AnyTagClassName
{
color: #576BFA;
}
</style>
background-color css
<style>
a { background-color: #576BFA; }
a { background-color: rgb(87,107,250); }
div.DivClassName
{
background-color: #576BFA;
}
.BgClassName
{
background-color: #576BFA;
}
</style>
border-color css
<style>
span { border-color: #576BFA; }
span { border-color: rgb(87,107,250); }
td.TdClassName
{
border-color: #576BFA;
}
.TagClassName
{
border-color: #576BFA;
}
</style>