Shades of Neon Blue #593BF5
Tints of Neon Blue #593BF5
RGB
CMYK
RGB Variations
Color information
#593BF5 (or 0x593BF5) is known color: Neon Blue. HEX triplet: 59, 3B and F5. RGB value is (89,59,245). Sum of RGB (Red+Green+Blue) = 89+59+245=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #593BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BF5 is #A6C40A. Grayscale: #585858. Windows color (decimal): -10929163 or 16071513. OLE color: 16071513.
HSL color Cylindrical-coordinate representation of color #593BF5: hue angle of 249.68º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #593BF5 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 59 | 245 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.04 |
| HSL | 249.68º | 0.9% | 0.6% | - |
| HSV(B) | 249.68º | 0.76% | 0.96% | - |
| XYZ | 22.17 | 11.84 | 87.5 | - |
| YUV | 89.17 | 215.94 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 245 | 0.64 | 0.76 | 0 | 0.04 | 249.68 | 0.9 | 0.6 |
| Hex | 59 | 3B | F5 | 40 | 4C | 0 | 4 | FA | 5A | 3C |
| Octal | 131 | 73 | 365 | 100 | 114 | 0 | 4 | 372 | 132 | 74 |
| Binary | 1011001 | 111011 | 11110101 | 1000000 | 1001100 | 0 | 100 | 11111010 | 1011010 | 111100 |
Color Harmonies of #593BF5
Complementary color
Monochromatic Colors of #593BF5
Black with #593BF5
Text Example
Text Example
White with #593BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BF5; }
p { color: rgb(89,59,245); }
H1.HeaderClassName
{
color: #593BF5;
}
.AnyTagClassName
{
color: #593BF5;
}
</style>
background-color css
<style>
a { background-color: #593BF5; }
a { background-color: rgb(89,59,245); }
div.DivClassName
{
background-color: #593BF5;
}
.BgClassName
{
background-color: #593BF5;
}
</style>
border-color css
<style>
span { border-color: #593BF5; }
span { border-color: rgb(89,59,245); }
td.TdClassName
{
border-color: #593BF5;
}
.TagClassName
{
border-color: #593BF5;
}
</style>