Shades of Neon Blue #5949FA
Tints of Neon Blue #5949FA
RGB
CMYK
RGB Variations
Color information
#5949FA (or 0x5949FA) is known color: Neon Blue. HEX triplet: 59, 49 and FA. RGB value is (89,73,250). Sum of RGB (Red+Green+Blue) = 89+73+250=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #5949FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5949FA is #A6B605. Grayscale: #616161. Windows color (decimal): -10925574 or 16402777. OLE color: 16402777.
HSL color Cylindrical-coordinate representation of color #5949FA: hue angle of 245.42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5949FA is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 73 | 250 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.02 |
| HSL | 245.42º | 0.95% | 0.63% | - |
| HSV(B) | 245.42º | 0.71% | 0.98% | - |
| XYZ | 23.76 | 13.79 | 91.85 | - |
| YUV | 97.96 | 213.8 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 250 | 0.64 | 0.71 | 0 | 0.02 | 245.42 | 0.95 | 0.63 |
| Hex | 59 | 49 | FA | 40 | 47 | 0 | 2 | F5 | 5F | 3F |
| Octal | 131 | 111 | 372 | 100 | 107 | 0 | 2 | 365 | 137 | 77 |
| Binary | 1011001 | 1001001 | 11111010 | 1000000 | 1000111 | 0 | 10 | 11110101 | 1011111 | 111111 |
Color Harmonies of #5949FA
Complementary color
Monochromatic Colors of #5949FA
Black with #5949FA
Text Example
Text Example
White with #5949FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949FA; }
p { color: rgb(89,73,250); }
H1.HeaderClassName
{
color: #5949FA;
}
.AnyTagClassName
{
color: #5949FA;
}
</style>
background-color css
<style>
a { background-color: #5949FA; }
a { background-color: rgb(89,73,250); }
div.DivClassName
{
background-color: #5949FA;
}
.BgClassName
{
background-color: #5949FA;
}
</style>
border-color css
<style>
span { border-color: #5949FA; }
span { border-color: rgb(89,73,250); }
td.TdClassName
{
border-color: #5949FA;
}
.TagClassName
{
border-color: #5949FA;
}
</style>