Shades of Neon Blue #593BFC
Tints of Neon Blue #593BFC
RGB
CMYK
RGB Variations
Color information
#593BFC (or 0x593BFC) is known color: Neon Blue. HEX triplet: 59, 3B and FC. RGB value is (89,59,252). Sum of RGB (Red+Green+Blue) = 89+59+252=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #593BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BFC is #A6C403. Grayscale: #595959. Windows color (decimal): -10929156 or 16530265. OLE color: 16530265.
HSL color Cylindrical-coordinate representation of color #593BFC: hue angle of 249.33º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #593BFC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 59 | 252 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.01 |
| HSL | 249.33º | 0.97% | 0.61% | - |
| HSV(B) | 249.33º | 0.77% | 0.99% | - |
| XYZ | 23.25 | 12.28 | 93.24 | - |
| YUV | 89.97 | 219.44 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 252 | 0.65 | 0.77 | 0 | 0.01 | 249.33 | 0.97 | 0.61 |
| Hex | 59 | 3B | FC | 41 | 4D | 0 | 1 | F9 | 61 | 3D |
| Octal | 131 | 73 | 374 | 101 | 115 | 0 | 1 | 371 | 141 | 75 |
| Binary | 1011001 | 111011 | 11111100 | 1000001 | 1001101 | 0 | 1 | 11111001 | 1100001 | 111101 |
Color Harmonies of #593BFC
Complementary color
Monochromatic Colors of #593BFC
Black with #593BFC
Text Example
Text Example
White with #593BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BFC; }
p { color: rgb(89,59,252); }
H1.HeaderClassName
{
color: #593BFC;
}
.AnyTagClassName
{
color: #593BFC;
}
</style>
background-color css
<style>
a { background-color: #593BFC; }
a { background-color: rgb(89,59,252); }
div.DivClassName
{
background-color: #593BFC;
}
.BgClassName
{
background-color: #593BFC;
}
</style>
border-color css
<style>
span { border-color: #593BFC; }
span { border-color: rgb(89,59,252); }
td.TdClassName
{
border-color: #593BFC;
}
.TagClassName
{
border-color: #593BFC;
}
</style>