Shades of Neon Blue #5949FE
Tints of Neon Blue #5949FE
RGB
CMYK
RGB Variations
Color information
#5949FE (or 0x5949FE) is known color: Neon Blue. HEX triplet: 59, 49 and FE. RGB value is (89,73,254). Sum of RGB (Red+Green+Blue) = 89+73+254=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #5949FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5949FE is #A6B601. Grayscale: #616161. Windows color (decimal): -10925570 or 16664921. OLE color: 16664921.
HSL color Cylindrical-coordinate representation of color #5949FE: hue angle of 245.3º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5949FE is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 73 | 254 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.00 |
| HSL | 245.3º | 0.99% | 0.64% | - |
| HSV(B) | 245.3º | 0.71% | 1% | - |
| XYZ | 24.39 | 14.04 | 95.19 | - |
| YUV | 98.42 | 215.8 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 254 | 0.65 | 0.71 | 0 | 0.00 | 245.3 | 0.99 | 0.64 |
| Hex | 59 | 49 | FE | 41 | 47 | 0 | 0 | F5 | 63 | 40 |
| Octal | 131 | 111 | 376 | 101 | 107 | 0 | 0 | 365 | 143 | 100 |
| Binary | 1011001 | 1001001 | 11111110 | 1000001 | 1000111 | 0 | 0 | 11110101 | 1100011 | 1000000 |
Color Harmonies of #5949FE
Complementary color
Monochromatic Colors of #5949FE
Black with #5949FE
Text Example
Text Example
White with #5949FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949FE; }
p { color: rgb(89,73,254); }
H1.HeaderClassName
{
color: #5949FE;
}
.AnyTagClassName
{
color: #5949FE;
}
</style>
background-color css
<style>
a { background-color: #5949FE; }
a { background-color: rgb(89,73,254); }
div.DivClassName
{
background-color: #5949FE;
}
.BgClassName
{
background-color: #5949FE;
}
</style>
border-color css
<style>
span { border-color: #5949FE; }
span { border-color: rgb(89,73,254); }
td.TdClassName
{
border-color: #5949FE;
}
.TagClassName
{
border-color: #5949FE;
}
</style>