Shades of Neon Blue #5449EB
Tints of Neon Blue #5449EB
RGB
CMYK
RGB Variations
Color information
#5449EB (or 0x5449EB) is known color: Neon Blue. HEX triplet: 54, 49 and EB. RGB value is (84,73,235). Sum of RGB (Red+Green+Blue) = 84+73+235=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #5449EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449EB is #ABB614. Grayscale: #5E5E5E. Windows color (decimal): -11253269 or 15419732. OLE color: 15419732.
HSL color Cylindrical-coordinate representation of color #5449EB: hue angle of 244.07º 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 #5449EB is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 73 | 235 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.08 |
| HSL | 244.07º | 0.8% | 0.6% | - |
| HSV(B) | 244.07º | 0.69% | 0.92% | - |
| XYZ | 21.03 | 12.65 | 79.93 | - |
| YUV | 94.76 | 207.14 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 235 | 0.64 | 0.69 | 0 | 0.08 | 244.07 | 0.8 | 0.6 |
| Hex | 54 | 49 | EB | 40 | 45 | 0 | 8 | F4 | 50 | 3C |
| Octal | 124 | 111 | 353 | 100 | 105 | 0 | 10 | 364 | 120 | 74 |
| Binary | 1010100 | 1001001 | 11101011 | 1000000 | 1000101 | 0 | 1000 | 11110100 | 1010000 | 111100 |
Color Harmonies of #5449EB
Complementary color
Monochromatic Colors of #5449EB
Black with #5449EB
Text Example
Text Example
White with #5449EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449EB; }
p { color: rgb(84,73,235); }
H1.HeaderClassName
{
color: #5449EB;
}
.AnyTagClassName
{
color: #5449EB;
}
</style>
background-color css
<style>
a { background-color: #5449EB; }
a { background-color: rgb(84,73,235); }
div.DivClassName
{
background-color: #5449EB;
}
.BgClassName
{
background-color: #5449EB;
}
</style>
border-color css
<style>
span { border-color: #5449EB; }
span { border-color: rgb(84,73,235); }
td.TdClassName
{
border-color: #5449EB;
}
.TagClassName
{
border-color: #5449EB;
}
</style>