Shades of Neon Blue #593FFD
Tints of Neon Blue #593FFD
RGB
CMYK
RGB Variations
Color information
#593FFD (or 0x593FFD) is known color: Neon Blue. HEX triplet: 59, 3F and FD. RGB value is (89,63,253). Sum of RGB (Red+Green+Blue) = 89+63+253=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #593FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593FFD is #A6C002. Grayscale: #5B5B5B. Windows color (decimal): -10928131 or 16596825. OLE color: 16596825.
HSL color Cylindrical-coordinate representation of color #593FFD: hue angle of 248.21º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593FFD is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 63 | 253 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.01 |
| HSL | 248.21º | 0.98% | 0.62% | - |
| HSV(B) | 248.21º | 0.75% | 0.99% | - |
| XYZ | 23.63 | 12.77 | 94.15 | - |
| YUV | 92.43 | 218.61 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 253 | 0.65 | 0.75 | 0 | 0.01 | 248.21 | 0.98 | 0.62 |
| Hex | 59 | 3F | FD | 41 | 4B | 0 | 1 | F8 | 62 | 3E |
| Octal | 131 | 77 | 375 | 101 | 113 | 0 | 1 | 370 | 142 | 76 |
| Binary | 1011001 | 111111 | 11111101 | 1000001 | 1001011 | 0 | 1 | 11111000 | 1100010 | 111110 |
Color Harmonies of #593FFD
Complementary color
Monochromatic Colors of #593FFD
Black with #593FFD
Text Example
Text Example
White with #593FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593FFD; }
p { color: rgb(89,63,253); }
H1.HeaderClassName
{
color: #593FFD;
}
.AnyTagClassName
{
color: #593FFD;
}
</style>
background-color css
<style>
a { background-color: #593FFD; }
a { background-color: rgb(89,63,253); }
div.DivClassName
{
background-color: #593FFD;
}
.BgClassName
{
background-color: #593FFD;
}
</style>
border-color css
<style>
span { border-color: #593FFD; }
span { border-color: rgb(89,63,253); }
td.TdClassName
{
border-color: #593FFD;
}
.TagClassName
{
border-color: #593FFD;
}
</style>