Shades of Neon Blue #594AF1
Tints of Neon Blue #594AF1
RGB
CMYK
RGB Variations
Color information
#594AF1 (or 0x594AF1) is known color: Neon Blue. HEX triplet: 59, 4A and F1. RGB value is (89,74,241). Sum of RGB (Red+Green+Blue) = 89+74+241=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #594AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AF1 is #A6B50E. Grayscale: #606060. Windows color (decimal): -10925327 or 15813209. OLE color: 15813209.
HSL color Cylindrical-coordinate representation of color #594AF1: hue angle of 245.39º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594AF1 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 74 | 241 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.05 |
| HSL | 245.39º | 0.86% | 0.62% | - |
| HSV(B) | 245.39º | 0.69% | 0.95% | - |
| XYZ | 22.45 | 13.37 | 84.62 | - |
| YUV | 97.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 241 | 0.63 | 0.69 | 0 | 0.05 | 245.39 | 0.86 | 0.62 |
| Hex | 59 | 4A | F1 | 3F | 45 | 0 | 5 | F5 | 56 | 3E |
| Octal | 131 | 112 | 361 | 77 | 105 | 0 | 5 | 365 | 126 | 76 |
| Binary | 1011001 | 1001010 | 11110001 | 111111 | 1000101 | 0 | 101 | 11110101 | 1010110 | 111110 |
Color Harmonies of #594AF1
Complementary color
Monochromatic Colors of #594AF1
Black with #594AF1
Text Example
Text Example
White with #594AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594AF1; }
p { color: rgb(89,74,241); }
H1.HeaderClassName
{
color: #594AF1;
}
.AnyTagClassName
{
color: #594AF1;
}
</style>
background-color css
<style>
a { background-color: #594AF1; }
a { background-color: rgb(89,74,241); }
div.DivClassName
{
background-color: #594AF1;
}
.BgClassName
{
background-color: #594AF1;
}
</style>
border-color css
<style>
span { border-color: #594AF1; }
span { border-color: rgb(89,74,241); }
td.TdClassName
{
border-color: #594AF1;
}
.TagClassName
{
border-color: #594AF1;
}
</style>