Shades of Neon Blue #593BED
Tints of Neon Blue #593BED
RGB
CMYK
RGB Variations
Color information
#593BED (or 0x593BED) is known color: Neon Blue. HEX triplet: 59, 3B and ED. RGB value is (89,59,237). Sum of RGB (Red+Green+Blue) = 89+59+237=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #593BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BED is #A6C412. Grayscale: #575757. Windows color (decimal): -10929171 or 15547225. OLE color: 15547225.
HSL color Cylindrical-coordinate representation of color #593BED: hue angle of 250.11º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593BED is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 59 | 237 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.07 |
| HSL | 250.11º | 0.83% | 0.58% | - |
| HSV(B) | 250.11º | 0.75% | 0.93% | - |
| XYZ | 20.97 | 11.37 | 81.21 | - |
| YUV | 88.26 | 211.94 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 237 | 0.62 | 0.75 | 0 | 0.07 | 250.11 | 0.83 | 0.58 |
| Hex | 59 | 3B | ED | 3E | 4B | 0 | 7 | FA | 53 | 3A |
| Octal | 131 | 73 | 355 | 76 | 113 | 0 | 7 | 372 | 123 | 72 |
| Binary | 1011001 | 111011 | 11101101 | 111110 | 1001011 | 0 | 111 | 11111010 | 1010011 | 111010 |
Color Harmonies of #593BED
Complementary color
Monochromatic Colors of #593BED
Black with #593BED
Text Example
Text Example
White with #593BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BED; }
p { color: rgb(89,59,237); }
H1.HeaderClassName
{
color: #593BED;
}
.AnyTagClassName
{
color: #593BED;
}
</style>
background-color css
<style>
a { background-color: #593BED; }
a { background-color: rgb(89,59,237); }
div.DivClassName
{
background-color: #593BED;
}
.BgClassName
{
background-color: #593BED;
}
</style>
border-color css
<style>
span { border-color: #593BED; }
span { border-color: rgb(89,59,237); }
td.TdClassName
{
border-color: #593BED;
}
.TagClassName
{
border-color: #593BED;
}
</style>