Shades of Neon Blue #593BFA
Tints of Neon Blue #593BFA
RGB
CMYK
RGB Variations
Color information
#593BFA (or 0x593BFA) is known color: Neon Blue. HEX triplet: 59, 3B and FA. RGB value is (89,59,250). Sum of RGB (Red+Green+Blue) = 89+59+250=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #593BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BFA is #A6C405. Grayscale: #595959. Windows color (decimal): -10929158 or 16399193. OLE color: 16399193.
HSL color Cylindrical-coordinate representation of color #593BFA: hue angle of 249.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #593BFA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 59 | 250 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.02 |
| HSL | 249.42º | 0.95% | 0.61% | - |
| HSV(B) | 249.42º | 0.76% | 0.98% | - |
| XYZ | 22.94 | 12.15 | 91.58 | - |
| YUV | 89.74 | 218.44 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 250 | 0.64 | 0.76 | 0 | 0.02 | 249.42 | 0.95 | 0.61 |
| Hex | 59 | 3B | FA | 40 | 4C | 0 | 2 | F9 | 5F | 3D |
| Octal | 131 | 73 | 372 | 100 | 114 | 0 | 2 | 371 | 137 | 75 |
| Binary | 1011001 | 111011 | 11111010 | 1000000 | 1001100 | 0 | 10 | 11111001 | 1011111 | 111101 |
Color Harmonies of #593BFA
Complementary color
Monochromatic Colors of #593BFA
Black with #593BFA
Text Example
Text Example
White with #593BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BFA; }
p { color: rgb(89,59,250); }
H1.HeaderClassName
{
color: #593BFA;
}
.AnyTagClassName
{
color: #593BFA;
}
</style>
background-color css
<style>
a { background-color: #593BFA; }
a { background-color: rgb(89,59,250); }
div.DivClassName
{
background-color: #593BFA;
}
.BgClassName
{
background-color: #593BFA;
}
</style>
border-color css
<style>
span { border-color: #593BFA; }
span { border-color: rgb(89,59,250); }
td.TdClassName
{
border-color: #593BFA;
}
.TagClassName
{
border-color: #593BFA;
}
</style>