Shades of Neon Blue #593AFE
Tints of Neon Blue #593AFE
RGB
CMYK
RGB Variations
Color information
#593AFE (or 0x593AFE) is known color: Neon Blue. HEX triplet: 59, 3A and FE. RGB value is (89,58,254). Sum of RGB (Red+Green+Blue) = 89+58+254=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #593AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593AFE is #A6C501. Grayscale: #585858. Windows color (decimal): -10929410 or 16661081. OLE color: 16661081.
HSL color Cylindrical-coordinate representation of color #593AFE: hue angle of 249.49º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #593AFE is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 58 | 254 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.00 |
| HSL | 249.49º | 0.99% | 0.61% | - |
| HSV(B) | 249.49º | 0.77% | 1% | - |
| XYZ | 23.52 | 12.31 | 94.9 | - |
| YUV | 89.61 | 220.77 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 58 | 254 | 0.65 | 0.77 | 0 | 0.00 | 249.49 | 0.99 | 0.61 |
| Hex | 59 | 3A | FE | 41 | 4D | 0 | 0 | F9 | 63 | 3D |
| Octal | 131 | 72 | 376 | 101 | 115 | 0 | 0 | 371 | 143 | 75 |
| Binary | 1011001 | 111010 | 11111110 | 1000001 | 1001101 | 0 | 0 | 11111001 | 1100011 | 111101 |
Color Harmonies of #593AFE
Complementary color
Monochromatic Colors of #593AFE
Black with #593AFE
Text Example
Text Example
White with #593AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593AFE; }
p { color: rgb(89,58,254); }
H1.HeaderClassName
{
color: #593AFE;
}
.AnyTagClassName
{
color: #593AFE;
}
</style>
background-color css
<style>
a { background-color: #593AFE; }
a { background-color: rgb(89,58,254); }
div.DivClassName
{
background-color: #593AFE;
}
.BgClassName
{
background-color: #593AFE;
}
</style>
border-color css
<style>
span { border-color: #593AFE; }
span { border-color: rgb(89,58,254); }
td.TdClassName
{
border-color: #593AFE;
}
.TagClassName
{
border-color: #593AFE;
}
</style>