Shades of Neon Blue #5949EB
Tints of Neon Blue #5949EB
RGB
CMYK
RGB Variations
Color information
#5949EB (or 0x5949EB) is known color: Neon Blue. HEX triplet: 59, 49 and EB. RGB value is (89,73,235). Sum of RGB (Red+Green+Blue) = 89+73+235=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #5949EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5949EB is #A6B614. Grayscale: #5F5F5F. Windows color (decimal): -10925589 or 15419737. OLE color: 15419737.
HSL color Cylindrical-coordinate representation of color #5949EB: hue angle of 245.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5949EB is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 73 | 235 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.08 |
| HSL | 245.93º | 0.8% | 0.6% | - |
| HSV(B) | 245.93º | 0.69% | 0.92% | - |
| XYZ | 21.5 | 12.89 | 79.95 | - |
| YUV | 96.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 235 | 0.62 | 0.69 | 0 | 0.08 | 245.93 | 0.8 | 0.6 |
| Hex | 59 | 49 | EB | 3E | 45 | 0 | 8 | F6 | 50 | 3C |
| Octal | 131 | 111 | 353 | 76 | 105 | 0 | 10 | 366 | 120 | 74 |
| Binary | 1011001 | 1001001 | 11101011 | 111110 | 1000101 | 0 | 1000 | 11110110 | 1010000 | 111100 |
Color Harmonies of #5949EB
Complementary color
Monochromatic Colors of #5949EB
Black with #5949EB
Text Example
Text Example
White with #5949EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5949EB; }
p { color: rgb(89,73,235); }
H1.HeaderClassName
{
color: #5949EB;
}
.AnyTagClassName
{
color: #5949EB;
}
</style>
background-color css
<style>
a { background-color: #5949EB; }
a { background-color: rgb(89,73,235); }
div.DivClassName
{
background-color: #5949EB;
}
.BgClassName
{
background-color: #5949EB;
}
</style>
border-color css
<style>
span { border-color: #5949EB; }
span { border-color: rgb(89,73,235); }
td.TdClassName
{
border-color: #5949EB;
}
.TagClassName
{
border-color: #5949EB;
}
</style>