Shades of Neon Blue #5449F0
Tints of Neon Blue #5449F0
RGB
CMYK
RGB Variations
Color information
#5449F0 (or 0x5449F0) is known color: Neon Blue. HEX triplet: 54, 49 and F0. RGB value is (84,73,240). Sum of RGB (Red+Green+Blue) = 84+73+240=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 240 (94.14% from 255 or 60.45% from 397); Max value from RGB is 240 - color contains mainly: blue. Hex color #5449F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449F0 is #ABB60F. Grayscale: #5E5E5E. Windows color (decimal): -11253264 or 15747412. OLE color: 15747412.
HSL color Cylindrical-coordinate representation of color #5449F0: hue angle of 243.95º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5449F0 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 73 | 240 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.06 |
| HSL | 243.95º | 0.85% | 0.61% | - |
| HSV(B) | 243.95º | 0.7% | 0.94% | - |
| XYZ | 21.77 | 12.94 | 83.79 | - |
| YUV | 95.33 | 209.64 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 240 | 0.65 | 0.70 | 0 | 0.06 | 243.95 | 0.85 | 0.61 |
| Hex | 54 | 49 | F0 | 41 | 46 | 0 | 6 | F4 | 55 | 3D |
| Octal | 124 | 111 | 360 | 101 | 106 | 0 | 6 | 364 | 125 | 75 |
| Binary | 1010100 | 1001001 | 11110000 | 1000001 | 1000110 | 0 | 110 | 11110100 | 1010101 | 111101 |
Color Harmonies of #5449F0
Complementary color
Monochromatic Colors of #5449F0
Black with #5449F0
Text Example
Text Example
White with #5449F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449F0; }
p { color: rgb(84,73,240); }
H1.HeaderClassName
{
color: #5449F0;
}
.AnyTagClassName
{
color: #5449F0;
}
</style>
background-color css
<style>
a { background-color: #5449F0; }
a { background-color: rgb(84,73,240); }
div.DivClassName
{
background-color: #5449F0;
}
.BgClassName
{
background-color: #5449F0;
}
</style>
border-color css
<style>
span { border-color: #5449F0; }
span { border-color: rgb(84,73,240); }
td.TdClassName
{
border-color: #5449F0;
}
.TagClassName
{
border-color: #5449F0;
}
</style>