Shades of Neon Blue #575EFE
Tints of Neon Blue #575EFE
RGB
CMYK
RGB Variations
Color information
#575EFE (or 0x575EFE) is known color: Neon Blue. HEX triplet: 57, 5E and FE. RGB value is (87,94,254). Sum of RGB (Red+Green+Blue) = 87+94+254=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #575EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EFE is #A8A101. Grayscale: #6D6D6D. Windows color (decimal): -11051266 or 16670295. OLE color: 16670295.
HSL color Cylindrical-coordinate representation of color #575EFE: hue angle of 237.49º 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 #575EFE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 94 | 254 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.00 |
| HSL | 237.49º | 0.99% | 0.67% | - |
| HSV(B) | 237.49º | 0.66% | 1% | - |
| XYZ | 25.82 | 17.19 | 95.72 | - |
| YUV | 110.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 254 | 0.66 | 0.63 | 0 | 0.00 | 237.49 | 0.99 | 0.67 |
| Hex | 57 | 5E | FE | 42 | 3F | 0 | 0 | ED | 63 | 43 |
| Octal | 127 | 136 | 376 | 102 | 77 | 0 | 0 | 355 | 143 | 103 |
| Binary | 1010111 | 1011110 | 11111110 | 1000010 | 111111 | 0 | 0 | 11101101 | 1100011 | 1000011 |
Color Harmonies of #575EFE
Complementary color
Monochromatic Colors of #575EFE
Black with #575EFE
Text Example
Text Example
White with #575EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EFE; }
p { color: rgb(87,94,254); }
H1.HeaderClassName
{
color: #575EFE;
}
.AnyTagClassName
{
color: #575EFE;
}
</style>
background-color css
<style>
a { background-color: #575EFE; }
a { background-color: rgb(87,94,254); }
div.DivClassName
{
background-color: #575EFE;
}
.BgClassName
{
background-color: #575EFE;
}
</style>
border-color css
<style>
span { border-color: #575EFE; }
span { border-color: rgb(87,94,254); }
td.TdClassName
{
border-color: #575EFE;
}
.TagClassName
{
border-color: #575EFE;
}
</style>