Shades of Neon Blue #575FFE
Tints of Neon Blue #575FFE
RGB
CMYK
RGB Variations
Color information
#575FFE (or 0x575FFE) is known color: Neon Blue. HEX triplet: 57, 5F and FE. RGB value is (87,95,254). Sum of RGB (Red+Green+Blue) = 87+95+254=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #575FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FFE is #A8A001. Grayscale: #6E6E6E. Windows color (decimal): -11051010 or 16670551. OLE color: 16670551.
HSL color Cylindrical-coordinate representation of color #575FFE: hue angle of 237.13º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #575FFE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 95 | 254 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.00 |
| HSL | 237.13º | 0.99% | 0.67% | - |
| HSV(B) | 237.13º | 0.66% | 1% | - |
| XYZ | 25.91 | 17.37 | 95.75 | - |
| YUV | 110.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 254 | 0.66 | 0.63 | 0 | 0.00 | 237.13 | 0.99 | 0.67 |
| Hex | 57 | 5F | FE | 42 | 3F | 0 | 0 | ED | 63 | 43 |
| Octal | 127 | 137 | 376 | 102 | 77 | 0 | 0 | 355 | 143 | 103 |
| Binary | 1010111 | 1011111 | 11111110 | 1000010 | 111111 | 0 | 0 | 11101101 | 1100011 | 1000011 |
Color Harmonies of #575FFE
Complementary color
Monochromatic Colors of #575FFE
Black with #575FFE
Text Example
Text Example
White with #575FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FFE; }
p { color: rgb(87,95,254); }
H1.HeaderClassName
{
color: #575FFE;
}
.AnyTagClassName
{
color: #575FFE;
}
</style>
background-color css
<style>
a { background-color: #575FFE; }
a { background-color: rgb(87,95,254); }
div.DivClassName
{
background-color: #575FFE;
}
.BgClassName
{
background-color: #575FFE;
}
</style>
border-color css
<style>
span { border-color: #575FFE; }
span { border-color: rgb(87,95,254); }
td.TdClassName
{
border-color: #575FFE;
}
.TagClassName
{
border-color: #575FFE;
}
</style>