Shades of Neon Blue #593CFA
Tints of Neon Blue #593CFA
RGB
CMYK
RGB Variations
Color information
#593CFA (or 0x593CFA) is known color: Neon Blue. HEX triplet: 59, 3C and FA. RGB value is (89,60,250). Sum of RGB (Red+Green+Blue) = 89+60+250=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #593CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593CFA is #A6C305. Grayscale: #595959. Windows color (decimal): -10928902 or 16399449. OLE color: 16399449.
HSL color Cylindrical-coordinate representation of color #593CFA: hue angle of 249.16º 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 #593CFA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 60 | 250 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.02 |
| HSL | 249.16º | 0.95% | 0.61% | - |
| HSV(B) | 249.16º | 0.76% | 0.98% | - |
| XYZ | 22.99 | 12.26 | 91.6 | - |
| YUV | 90.33 | 218.11 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 60 | 250 | 0.64 | 0.76 | 0 | 0.02 | 249.16 | 0.95 | 0.61 |
| Hex | 59 | 3C | FA | 40 | 4C | 0 | 2 | F9 | 5F | 3D |
| Octal | 131 | 74 | 372 | 100 | 114 | 0 | 2 | 371 | 137 | 75 |
| Binary | 1011001 | 111100 | 11111010 | 1000000 | 1001100 | 0 | 10 | 11111001 | 1011111 | 111101 |
Color Harmonies of #593CFA
Complementary color
Monochromatic Colors of #593CFA
Black with #593CFA
Text Example
Text Example
White with #593CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593CFA; }
p { color: rgb(89,60,250); }
H1.HeaderClassName
{
color: #593CFA;
}
.AnyTagClassName
{
color: #593CFA;
}
</style>
background-color css
<style>
a { background-color: #593CFA; }
a { background-color: rgb(89,60,250); }
div.DivClassName
{
background-color: #593CFA;
}
.BgClassName
{
background-color: #593CFA;
}
</style>
border-color css
<style>
span { border-color: #593CFA; }
span { border-color: rgb(89,60,250); }
td.TdClassName
{
border-color: #593CFA;
}
.TagClassName
{
border-color: #593CFA;
}
</style>