Shades of Neon Blue #5449ED
Tints of Neon Blue #5449ED
RGB
CMYK
RGB Variations
Color information
#5449ED (or 0x5449ED) is known color: Neon Blue. HEX triplet: 54, 49 and ED. RGB value is (84,73,237). Sum of RGB (Red+Green+Blue) = 84+73+237=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #5449ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449ED is #ABB612. Grayscale: #5E5E5E. Windows color (decimal): -11253267 or 15550804. OLE color: 15550804.
HSL color Cylindrical-coordinate representation of color #5449ED: hue angle of 244.02º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5449ED is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 73 | 237 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.07 |
| HSL | 244.02º | 0.82% | 0.61% | - |
| HSV(B) | 244.02º | 0.69% | 0.93% | - |
| XYZ | 21.32 | 12.76 | 81.46 | - |
| YUV | 94.99 | 208.14 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 237 | 0.65 | 0.69 | 0 | 0.07 | 244.02 | 0.82 | 0.61 |
| Hex | 54 | 49 | ED | 41 | 45 | 0 | 7 | F4 | 52 | 3D |
| Octal | 124 | 111 | 355 | 101 | 105 | 0 | 7 | 364 | 122 | 75 |
| Binary | 1010100 | 1001001 | 11101101 | 1000001 | 1000101 | 0 | 111 | 11110100 | 1010010 | 111101 |
Color Harmonies of #5449ED
Complementary color
Monochromatic Colors of #5449ED
Black with #5449ED
Text Example
Text Example
White with #5449ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449ED; }
p { color: rgb(84,73,237); }
H1.HeaderClassName
{
color: #5449ED;
}
.AnyTagClassName
{
color: #5449ED;
}
</style>
background-color css
<style>
a { background-color: #5449ED; }
a { background-color: rgb(84,73,237); }
div.DivClassName
{
background-color: #5449ED;
}
.BgClassName
{
background-color: #5449ED;
}
</style>
border-color css
<style>
span { border-color: #5449ED; }
span { border-color: rgb(84,73,237); }
td.TdClassName
{
border-color: #5449ED;
}
.TagClassName
{
border-color: #5449ED;
}
</style>