Shades of Neon Blue #575CED
Tints of Neon Blue #575CED
RGB
CMYK
RGB Variations
Color information
#575CED (or 0x575CED) is known color: Neon Blue. HEX triplet: 57, 5C and ED. RGB value is (87,92,237). Sum of RGB (Red+Green+Blue) = 87+92+237=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #575CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CED is #A8A312. Grayscale: #6A6A6A. Windows color (decimal): -11051795 or 15555671. OLE color: 15555671.
HSL color Cylindrical-coordinate representation of color #575CED: hue angle of 238º degrees, saturation: 0.81, 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 #575CED is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 92 | 237 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.07 |
| HSL | 238º | 0.81% | 0.64% | - |
| HSV(B) | 238º | 0.63% | 0.93% | - |
| XYZ | 23.04 | 15.79 | 81.95 | - |
| YUV | 107.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 237 | 0.63 | 0.61 | 0 | 0.07 | 238 | 0.81 | 0.64 |
| Hex | 57 | 5C | ED | 3F | 3D | 0 | 7 | EE | 51 | 40 |
| Octal | 127 | 134 | 355 | 77 | 75 | 0 | 7 | 356 | 121 | 100 |
| Binary | 1010111 | 1011100 | 11101101 | 111111 | 111101 | 0 | 111 | 11101110 | 1010001 | 1000000 |
Color Harmonies of #575CED
Complementary color
Monochromatic Colors of #575CED
Black with #575CED
Text Example
Text Example
White with #575CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CED; }
p { color: rgb(87,92,237); }
H1.HeaderClassName
{
color: #575CED;
}
.AnyTagClassName
{
color: #575CED;
}
</style>
background-color css
<style>
a { background-color: #575CED; }
a { background-color: rgb(87,92,237); }
div.DivClassName
{
background-color: #575CED;
}
.BgClassName
{
background-color: #575CED;
}
</style>
border-color css
<style>
span { border-color: #575CED; }
span { border-color: rgb(87,92,237); }
td.TdClassName
{
border-color: #575CED;
}
.TagClassName
{
border-color: #575CED;
}
</style>