Shades of Neon Blue #575FFF
Tints of Neon Blue #575FFF
RGB
CMYK
RGB Variations
Color information
#575FFF (or 0x575FFF) is known color: Neon Blue. HEX triplet: 57, 5F and FF. RGB value is (87,95,255). Sum of RGB (Red+Green+Blue) = 87+95+255=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #575FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FFF is #A8A000. Grayscale: #6E6E6E. Windows color (decimal): -11051009 or 16736087. OLE color: 16736087.
HSL color Cylindrical-coordinate representation of color #575FFF: hue angle of 237.14º 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 #575FFF is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 95 | 255 | - |
| CMYK | 0.66 | 0.63 | 0 | 0 |
| HSL | 237.14º | 1% | 0.67% | - |
| HSV(B) | 237.14º | 0.66% | 1% | - |
| XYZ | 26.07 | 17.43 | 96.6 | - |
| YUV | 110.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 255 | 0.66 | 0.63 | 0 | 0 | 237.14 | 1 | 0.67 |
| Hex | 57 | 5F | FF | 42 | 3F | 0 | 0 | ED | 64 | 43 |
| Octal | 127 | 137 | 377 | 102 | 77 | 0 | 0 | 355 | 144 | 103 |
| Binary | 1010111 | 1011111 | 11111111 | 1000010 | 111111 | 0 | 0 | 11101101 | 1100100 | 1000011 |
Color Harmonies of #575FFF
Complementary color
Monochromatic Colors of #575FFF
Black with #575FFF
Text Example
Text Example
White with #575FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FFF; }
p { color: rgb(87,95,255); }
H1.HeaderClassName
{
color: #575FFF;
}
.AnyTagClassName
{
color: #575FFF;
}
</style>
background-color css
<style>
a { background-color: #575FFF; }
a { background-color: rgb(87,95,255); }
div.DivClassName
{
background-color: #575FFF;
}
.BgClassName
{
background-color: #575FFF;
}
</style>
border-color css
<style>
span { border-color: #575FFF; }
span { border-color: rgb(87,95,255); }
td.TdClassName
{
border-color: #575FFF;
}
.TagClassName
{
border-color: #575FFF;
}
</style>