Shades of Neon Blue #575AEF
Tints of Neon Blue #575AEF
RGB
CMYK
RGB Variations
Color information
#575AEF (or 0x575AEF) is known color: Neon Blue. HEX triplet: 57, 5A and EF. RGB value is (87,90,239). Sum of RGB (Red+Green+Blue) = 87+90+239=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #575AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AEF is #A8A510. Grayscale: #696969. Windows color (decimal): -11052305 or 15686231. OLE color: 15686231.
HSL color Cylindrical-coordinate representation of color #575AEF: hue angle of 238.82º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575AEF is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 90 | 239 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.06 |
| HSL | 238.82º | 0.83% | 0.64% | - |
| HSV(B) | 238.82º | 0.64% | 0.94% | - |
| XYZ | 23.17 | 15.57 | 83.45 | - |
| YUV | 106.09 | 203.01 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 239 | 0.64 | 0.62 | 0 | 0.06 | 238.82 | 0.83 | 0.64 |
| Hex | 57 | 5A | EF | 40 | 3E | 0 | 6 | EF | 53 | 40 |
| Octal | 127 | 132 | 357 | 100 | 76 | 0 | 6 | 357 | 123 | 100 |
| Binary | 1010111 | 1011010 | 11101111 | 1000000 | 111110 | 0 | 110 | 11101111 | 1010011 | 1000000 |
Color Harmonies of #575AEF
Complementary color
Monochromatic Colors of #575AEF
Black with #575AEF
Text Example
Text Example
White with #575AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AEF; }
p { color: rgb(87,90,239); }
H1.HeaderClassName
{
color: #575AEF;
}
.AnyTagClassName
{
color: #575AEF;
}
</style>
background-color css
<style>
a { background-color: #575AEF; }
a { background-color: rgb(87,90,239); }
div.DivClassName
{
background-color: #575AEF;
}
.BgClassName
{
background-color: #575AEF;
}
</style>
border-color css
<style>
span { border-color: #575AEF; }
span { border-color: rgb(87,90,239); }
td.TdClassName
{
border-color: #575AEF;
}
.TagClassName
{
border-color: #575AEF;
}
</style>