Shades of Neon Blue #593BFF
Tints of Neon Blue #593BFF
RGB
CMYK
RGB Variations
Color information
#593BFF (or 0x593BFF) is known color: Neon Blue. HEX triplet: 59, 3B and FF. RGB value is (89,59,255). Sum of RGB (Red+Green+Blue) = 89+59+255=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 59 (23.44% from 255 or 14.64% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #593BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BFF is #A6C400. Grayscale: #595959. Windows color (decimal): -10929153 or 16726873. OLE color: 16726873.
HSL color Cylindrical-coordinate representation of color #593BFF: hue angle of 249.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #593BFF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 59 | 255 | - |
| CMYK | 0.65 | 0.77 | 0 | 0 |
| HSL | 249.18º | 1% | 0.62% | - |
| HSV(B) | 249.18º | 0.77% | 1% | - |
| XYZ | 23.73 | 12.47 | 95.76 | - |
| YUV | 90.31 | 220.94 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 255 | 0.65 | 0.77 | 0 | 0 | 249.18 | 1 | 0.62 |
| Hex | 59 | 3B | FF | 41 | 4D | 0 | 0 | F9 | 64 | 3E |
| Octal | 131 | 73 | 377 | 101 | 115 | 0 | 0 | 371 | 144 | 76 |
| Binary | 1011001 | 111011 | 11111111 | 1000001 | 1001101 | 0 | 0 | 11111001 | 1100100 | 111110 |
Color Harmonies of #593BFF
Complementary color
Monochromatic Colors of #593BFF
Black with #593BFF
Text Example
Text Example
White with #593BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BFF; }
p { color: rgb(89,59,255); }
H1.HeaderClassName
{
color: #593BFF;
}
.AnyTagClassName
{
color: #593BFF;
}
</style>
background-color css
<style>
a { background-color: #593BFF; }
a { background-color: rgb(89,59,255); }
div.DivClassName
{
background-color: #593BFF;
}
.BgClassName
{
background-color: #593BFF;
}
</style>
border-color css
<style>
span { border-color: #593BFF; }
span { border-color: rgb(89,59,255); }
td.TdClassName
{
border-color: #593BFF;
}
.TagClassName
{
border-color: #593BFF;
}
</style>