Shades of Neon Blue #575CEC
Tints of Neon Blue #575CEC
RGB
CMYK
RGB Variations
Color information
#575CEC (or 0x575CEC) is known color: Neon Blue. HEX triplet: 57, 5C and EC. RGB value is (87,92,236). Sum of RGB (Red+Green+Blue) = 87+92+236=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #575CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CEC is #A8A313. Grayscale: #6A6A6A. Windows color (decimal): -11051796 or 15490135. OLE color: 15490135.
HSL color Cylindrical-coordinate representation of color #575CEC: hue angle of 237.99º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575CEC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 92 | 236 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.07 |
| HSL | 237.99º | 0.8% | 0.63% | - |
| HSV(B) | 237.99º | 0.63% | 0.93% | - |
| XYZ | 22.9 | 15.74 | 81.19 | - |
| YUV | 106.92 | 200.84 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 236 | 0.63 | 0.61 | 0 | 0.07 | 237.99 | 0.8 | 0.63 |
| Hex | 57 | 5C | EC | 3F | 3D | 0 | 7 | EE | 50 | 3F |
| Octal | 127 | 134 | 354 | 77 | 75 | 0 | 7 | 356 | 120 | 77 |
| Binary | 1010111 | 1011100 | 11101100 | 111111 | 111101 | 0 | 111 | 11101110 | 1010000 | 111111 |
Color Harmonies of #575CEC
Complementary color
Monochromatic Colors of #575CEC
Black with #575CEC
Text Example
Text Example
White with #575CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CEC; }
p { color: rgb(87,92,236); }
H1.HeaderClassName
{
color: #575CEC;
}
.AnyTagClassName
{
color: #575CEC;
}
</style>
background-color css
<style>
a { background-color: #575CEC; }
a { background-color: rgb(87,92,236); }
div.DivClassName
{
background-color: #575CEC;
}
.BgClassName
{
background-color: #575CEC;
}
</style>
border-color css
<style>
span { border-color: #575CEC; }
span { border-color: rgb(87,92,236); }
td.TdClassName
{
border-color: #575CEC;
}
.TagClassName
{
border-color: #575CEC;
}
</style>