Shades of Neon Blue #5449EF
Tints of Neon Blue #5449EF
RGB
CMYK
RGB Variations
Color information
#5449EF (or 0x5449EF) is known color: Neon Blue. HEX triplet: 54, 49 and EF. RGB value is (84,73,239). Sum of RGB (Red+Green+Blue) = 84+73+239=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #5449EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449EF is #ABB610. Grayscale: #5E5E5E. Windows color (decimal): -11253265 or 15681876. OLE color: 15681876.
HSL color Cylindrical-coordinate representation of color #5449EF: hue angle of 243.98º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5449EF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 73 | 239 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.06 |
| HSL | 243.98º | 0.84% | 0.61% | - |
| HSV(B) | 243.98º | 0.69% | 0.94% | - |
| XYZ | 21.62 | 12.88 | 83.01 | - |
| YUV | 95.21 | 209.14 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 239 | 0.65 | 0.69 | 0 | 0.06 | 243.98 | 0.84 | 0.61 |
| Hex | 54 | 49 | EF | 41 | 45 | 0 | 6 | F4 | 54 | 3D |
| Octal | 124 | 111 | 357 | 101 | 105 | 0 | 6 | 364 | 124 | 75 |
| Binary | 1010100 | 1001001 | 11101111 | 1000001 | 1000101 | 0 | 110 | 11110100 | 1010100 | 111101 |
Color Harmonies of #5449EF
Complementary color
Monochromatic Colors of #5449EF
Black with #5449EF
Text Example
Text Example
White with #5449EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449EF; }
p { color: rgb(84,73,239); }
H1.HeaderClassName
{
color: #5449EF;
}
.AnyTagClassName
{
color: #5449EF;
}
</style>
background-color css
<style>
a { background-color: #5449EF; }
a { background-color: rgb(84,73,239); }
div.DivClassName
{
background-color: #5449EF;
}
.BgClassName
{
background-color: #5449EF;
}
</style>
border-color css
<style>
span { border-color: #5449EF; }
span { border-color: rgb(84,73,239); }
td.TdClassName
{
border-color: #5449EF;
}
.TagClassName
{
border-color: #5449EF;
}
</style>