Shades of Neon Blue #575CEE
Tints of Neon Blue #575CEE
RGB
CMYK
RGB Variations
Color information
#575CEE (or 0x575CEE) is known color: Neon Blue. HEX triplet: 57, 5C and EE. RGB value is (87,92,238). Sum of RGB (Red+Green+Blue) = 87+92+238=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #575CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CEE is #A8A311. Grayscale: #6A6A6A. Windows color (decimal): -11051794 or 15621207. OLE color: 15621207.
HSL color Cylindrical-coordinate representation of color #575CEE: hue angle of 238.01º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575CEE is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 92 | 238 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.07 |
| HSL | 238.01º | 0.82% | 0.64% | - |
| HSV(B) | 238.01º | 0.63% | 0.93% | - |
| XYZ | 23.19 | 15.85 | 82.73 | - |
| YUV | 107.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 238 | 0.63 | 0.61 | 0 | 0.07 | 238.01 | 0.82 | 0.64 |
| Hex | 57 | 5C | EE | 3F | 3D | 0 | 7 | EE | 52 | 40 |
| Octal | 127 | 134 | 356 | 77 | 75 | 0 | 7 | 356 | 122 | 100 |
| Binary | 1010111 | 1011100 | 11101110 | 111111 | 111101 | 0 | 111 | 11101110 | 1010010 | 1000000 |
Color Harmonies of #575CEE
Complementary color
Monochromatic Colors of #575CEE
Black with #575CEE
Text Example
Text Example
White with #575CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CEE; }
p { color: rgb(87,92,238); }
H1.HeaderClassName
{
color: #575CEE;
}
.AnyTagClassName
{
color: #575CEE;
}
</style>
background-color css
<style>
a { background-color: #575CEE; }
a { background-color: rgb(87,92,238); }
div.DivClassName
{
background-color: #575CEE;
}
.BgClassName
{
background-color: #575CEE;
}
</style>
border-color css
<style>
span { border-color: #575CEE; }
span { border-color: rgb(87,92,238); }
td.TdClassName
{
border-color: #575CEE;
}
.TagClassName
{
border-color: #575CEE;
}
</style>