Shades of Neon Blue #575BEE
Tints of Neon Blue #575BEE
RGB
CMYK
RGB Variations
Color information
#575BEE (or 0x575BEE) is known color: Neon Blue. HEX triplet: 57, 5B and EE. RGB value is (87,91,238). Sum of RGB (Red+Green+Blue) = 87+91+238=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #575BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BEE is #A8A411. Grayscale: #696969. Windows color (decimal): -11052050 or 15620951. OLE color: 15620951.
HSL color Cylindrical-coordinate representation of color #575BEE: hue angle of 238.41º 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 #575BEE is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 91 | 238 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.07 |
| HSL | 238.41º | 0.82% | 0.64% | - |
| HSV(B) | 238.41º | 0.63% | 0.93% | - |
| XYZ | 23.1 | 15.68 | 82.7 | - |
| YUV | 106.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 238 | 0.63 | 0.62 | 0 | 0.07 | 238.41 | 0.82 | 0.64 |
| Hex | 57 | 5B | EE | 3F | 3E | 0 | 7 | EE | 52 | 40 |
| Octal | 127 | 133 | 356 | 77 | 76 | 0 | 7 | 356 | 122 | 100 |
| Binary | 1010111 | 1011011 | 11101110 | 111111 | 111110 | 0 | 111 | 11101110 | 1010010 | 1000000 |
Color Harmonies of #575BEE
Complementary color
Monochromatic Colors of #575BEE
Black with #575BEE
Text Example
Text Example
White with #575BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BEE; }
p { color: rgb(87,91,238); }
H1.HeaderClassName
{
color: #575BEE;
}
.AnyTagClassName
{
color: #575BEE;
}
</style>
background-color css
<style>
a { background-color: #575BEE; }
a { background-color: rgb(87,91,238); }
div.DivClassName
{
background-color: #575BEE;
}
.BgClassName
{
background-color: #575BEE;
}
</style>
border-color css
<style>
span { border-color: #575BEE; }
span { border-color: rgb(87,91,238); }
td.TdClassName
{
border-color: #575BEE;
}
.TagClassName
{
border-color: #575BEE;
}
</style>