Shades of Neon Blue #5449EA
Tints of Neon Blue #5449EA
RGB
CMYK
RGB Variations
Color information
#5449EA (or 0x5449EA) is known color: Neon Blue. HEX triplet: 54, 49 and EA. RGB value is (84,73,234). Sum of RGB (Red+Green+Blue) = 84+73+234=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #5449EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449EA is #ABB615. Grayscale: #5E5E5E. Windows color (decimal): -11253270 or 15354196. OLE color: 15354196.
HSL color Cylindrical-coordinate representation of color #5449EA: hue angle of 244.1º degrees, saturation: 0.79, 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 #5449EA is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 73 | 234 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.08 |
| HSL | 244.1º | 0.79% | 0.6% | - |
| HSV(B) | 244.1º | 0.69% | 0.92% | - |
| XYZ | 20.89 | 12.59 | 79.17 | - |
| YUV | 94.64 | 206.64 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 234 | 0.64 | 0.69 | 0 | 0.08 | 244.1 | 0.79 | 0.6 |
| Hex | 54 | 49 | EA | 40 | 45 | 0 | 8 | F4 | 4F | 3C |
| Octal | 124 | 111 | 352 | 100 | 105 | 0 | 10 | 364 | 117 | 74 |
| Binary | 1010100 | 1001001 | 11101010 | 1000000 | 1000101 | 0 | 1000 | 11110100 | 1001111 | 111100 |
Color Harmonies of #5449EA
Complementary color
Monochromatic Colors of #5449EA
Black with #5449EA
Text Example
Text Example
White with #5449EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449EA; }
p { color: rgb(84,73,234); }
H1.HeaderClassName
{
color: #5449EA;
}
.AnyTagClassName
{
color: #5449EA;
}
</style>
background-color css
<style>
a { background-color: #5449EA; }
a { background-color: rgb(84,73,234); }
div.DivClassName
{
background-color: #5449EA;
}
.BgClassName
{
background-color: #5449EA;
}
</style>
border-color css
<style>
span { border-color: #5449EA; }
span { border-color: rgb(84,73,234); }
td.TdClassName
{
border-color: #5449EA;
}
.TagClassName
{
border-color: #5449EA;
}
</style>