Shades of Neon Blue #5449F5
Tints of Neon Blue #5449F5
RGB
CMYK
RGB Variations
Color information
#5449F5 (or 0x5449F5) is known color: Neon Blue. HEX triplet: 54, 49 and F5. RGB value is (84,73,245). Sum of RGB (Red+Green+Blue) = 84+73+245=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 245 (96.09% from 255 or 60.95% from 402); Max value from RGB is 245 - color contains mainly: blue. Hex color #5449F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5449F5 is #ABB60A. Grayscale: #5F5F5F. Windows color (decimal): -11253259 or 16075092. OLE color: 16075092.
HSL color Cylindrical-coordinate representation of color #5449F5: hue angle of 243.84º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5449F5 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 73 | 245 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.04 |
| HSL | 243.84º | 0.9% | 0.62% | - |
| HSV(B) | 243.84º | 0.7% | 0.96% | - |
| XYZ | 22.52 | 13.24 | 87.76 | - |
| YUV | 95.9 | 212.14 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 245 | 0.66 | 0.70 | 0 | 0.04 | 243.84 | 0.9 | 0.62 |
| Hex | 54 | 49 | F5 | 42 | 46 | 0 | 4 | F4 | 5A | 3E |
| Octal | 124 | 111 | 365 | 102 | 106 | 0 | 4 | 364 | 132 | 76 |
| Binary | 1010100 | 1001001 | 11110101 | 1000010 | 1000110 | 0 | 100 | 11110100 | 1011010 | 111110 |
Color Harmonies of #5449F5
Complementary color
Monochromatic Colors of #5449F5
Black with #5449F5
Text Example
Text Example
White with #5449F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5449F5; }
p { color: rgb(84,73,245); }
H1.HeaderClassName
{
color: #5449F5;
}
.AnyTagClassName
{
color: #5449F5;
}
</style>
background-color css
<style>
a { background-color: #5449F5; }
a { background-color: rgb(84,73,245); }
div.DivClassName
{
background-color: #5449F5;
}
.BgClassName
{
background-color: #5449F5;
}
</style>
border-color css
<style>
span { border-color: #5449F5; }
span { border-color: rgb(84,73,245); }
td.TdClassName
{
border-color: #5449F5;
}
.TagClassName
{
border-color: #5449F5;
}
</style>