Shades of Neon Blue #575FFA
Tints of Neon Blue #575FFA
RGB
CMYK
RGB Variations
Color information
#575FFA (or 0x575FFA) is known color: Neon Blue. HEX triplet: 57, 5F and FA. RGB value is (87,95,250). Sum of RGB (Red+Green+Blue) = 87+95+250=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #575FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FFA is #A8A005. Grayscale: #6D6D6D. Windows color (decimal): -11051014 or 16408407. OLE color: 16408407.
HSL color Cylindrical-coordinate representation of color #575FFA: hue angle of 237.06º 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 #575FFA is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 95 | 250 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.02 |
| HSL | 237.06º | 0.94% | 0.66% | - |
| HSV(B) | 237.06º | 0.65% | 0.98% | - |
| XYZ | 25.28 | 17.11 | 92.41 | - |
| YUV | 110.28 | 206.85 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 250 | 0.65 | 0.62 | 0 | 0.02 | 237.06 | 0.94 | 0.66 |
| Hex | 57 | 5F | FA | 41 | 3E | 0 | 2 | ED | 5E | 42 |
| Octal | 127 | 137 | 372 | 101 | 76 | 0 | 2 | 355 | 136 | 102 |
| Binary | 1010111 | 1011111 | 11111010 | 1000001 | 111110 | 0 | 10 | 11101101 | 1011110 | 1000010 |
Color Harmonies of #575FFA
Complementary color
Monochromatic Colors of #575FFA
Black with #575FFA
Text Example
Text Example
White with #575FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FFA; }
p { color: rgb(87,95,250); }
H1.HeaderClassName
{
color: #575FFA;
}
.AnyTagClassName
{
color: #575FFA;
}
</style>
background-color css
<style>
a { background-color: #575FFA; }
a { background-color: rgb(87,95,250); }
div.DivClassName
{
background-color: #575FFA;
}
.BgClassName
{
background-color: #575FFA;
}
</style>
border-color css
<style>
span { border-color: #575FFA; }
span { border-color: rgb(87,95,250); }
td.TdClassName
{
border-color: #575FFA;
}
.TagClassName
{
border-color: #575FFA;
}
</style>