Shades of Neon Blue #595CED
Tints of Neon Blue #595CED
RGB
CMYK
RGB Variations
Color information
#595CED (or 0x595CED) is known color: Neon Blue. HEX triplet: 59, 5C and ED. RGB value is (89,92,237). Sum of RGB (Red+Green+Blue) = 89+92+237=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #595CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CED is #A6A312. Grayscale: #6B6B6B. Windows color (decimal): -10920723 or 15555673. OLE color: 15555673.
HSL color Cylindrical-coordinate representation of color #595CED: hue angle of 238.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595CED is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 92 | 237 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.07 |
| HSL | 238.78º | 0.8% | 0.64% | - |
| HSV(B) | 238.78º | 0.62% | 0.93% | - |
| XYZ | 23.23 | 15.89 | 81.96 | - |
| YUV | 107.63 | 201.01 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 237 | 0.62 | 0.61 | 0 | 0.07 | 238.78 | 0.8 | 0.64 |
| Hex | 59 | 5C | ED | 3E | 3D | 0 | 7 | EF | 50 | 40 |
| Octal | 131 | 134 | 355 | 76 | 75 | 0 | 7 | 357 | 120 | 100 |
| Binary | 1011001 | 1011100 | 11101101 | 111110 | 111101 | 0 | 111 | 11101111 | 1010000 | 1000000 |
Color Harmonies of #595CED
Complementary color
Monochromatic Colors of #595CED
Black with #595CED
Text Example
Text Example
White with #595CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CED; }
p { color: rgb(89,92,237); }
H1.HeaderClassName
{
color: #595CED;
}
.AnyTagClassName
{
color: #595CED;
}
</style>
background-color css
<style>
a { background-color: #595CED; }
a { background-color: rgb(89,92,237); }
div.DivClassName
{
background-color: #595CED;
}
.BgClassName
{
background-color: #595CED;
}
</style>
border-color css
<style>
span { border-color: #595CED; }
span { border-color: rgb(89,92,237); }
td.TdClassName
{
border-color: #595CED;
}
.TagClassName
{
border-color: #595CED;
}
</style>