Shades of Neon Blue #575DFE
Tints of Neon Blue #575DFE
RGB
CMYK
RGB Variations
Color information
#575DFE (or 0x575DFE) is known color: Neon Blue. HEX triplet: 57, 5D and FE. RGB value is (87,93,254). Sum of RGB (Red+Green+Blue) = 87+93+254=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #575DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DFE is #A8A201. Grayscale: #6C6C6C. Windows color (decimal): -11051522 or 16670039. OLE color: 16670039.
HSL color Cylindrical-coordinate representation of color #575DFE: hue angle of 237.84º 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 #575DFE is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 93 | 254 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.00 |
| HSL | 237.84º | 0.99% | 0.67% | - |
| HSV(B) | 237.84º | 0.66% | 1% | - |
| XYZ | 25.73 | 17.01 | 95.69 | - |
| YUV | 109.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 254 | 0.66 | 0.63 | 0 | 0.00 | 237.84 | 0.99 | 0.67 |
| Hex | 57 | 5D | FE | 42 | 3F | 0 | 0 | EE | 63 | 43 |
| Octal | 127 | 135 | 376 | 102 | 77 | 0 | 0 | 356 | 143 | 103 |
| Binary | 1010111 | 1011101 | 11111110 | 1000010 | 111111 | 0 | 0 | 11101110 | 1100011 | 1000011 |
Color Harmonies of #575DFE
Complementary color
Monochromatic Colors of #575DFE
Black with #575DFE
Text Example
Text Example
White with #575DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DFE; }
p { color: rgb(87,93,254); }
H1.HeaderClassName
{
color: #575DFE;
}
.AnyTagClassName
{
color: #575DFE;
}
</style>
background-color css
<style>
a { background-color: #575DFE; }
a { background-color: rgb(87,93,254); }
div.DivClassName
{
background-color: #575DFE;
}
.BgClassName
{
background-color: #575DFE;
}
</style>
border-color css
<style>
span { border-color: #575DFE; }
span { border-color: rgb(87,93,254); }
td.TdClassName
{
border-color: #575DFE;
}
.TagClassName
{
border-color: #575DFE;
}
</style>