Shades of Neon Blue #5446FA
Tints of Neon Blue #5446FA
RGB
CMYK
RGB Variations
Color information
#5446FA (or 0x5446FA) is known color: Neon Blue. HEX triplet: 54, 46 and FA. RGB value is (84,70,250). Sum of RGB (Red+Green+Blue) = 84+70+250=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #5446FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5446FA is #ABB905. Grayscale: #5E5E5E. Windows color (decimal): -11254022 or 16402004. OLE color: 16402004.
HSL color Cylindrical-coordinate representation of color #5446FA: hue angle of 244.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5446FA is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 70 | 250 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.02 |
| HSL | 244.67º | 0.95% | 0.63% | - |
| HSV(B) | 244.67º | 0.72% | 0.98% | - |
| XYZ | 23.1 | 13.17 | 91.77 | - |
| YUV | 94.71 | 215.64 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 250 | 0.66 | 0.72 | 0 | 0.02 | 244.67 | 0.95 | 0.63 |
| Hex | 54 | 46 | FA | 42 | 48 | 0 | 2 | F5 | 5F | 3F |
| Octal | 124 | 106 | 372 | 102 | 110 | 0 | 2 | 365 | 137 | 77 |
| Binary | 1010100 | 1000110 | 11111010 | 1000010 | 1001000 | 0 | 10 | 11110101 | 1011111 | 111111 |
Color Harmonies of #5446FA
Complementary color
Monochromatic Colors of #5446FA
Black with #5446FA
Text Example
Text Example
White with #5446FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5446FA; }
p { color: rgb(84,70,250); }
H1.HeaderClassName
{
color: #5446FA;
}
.AnyTagClassName
{
color: #5446FA;
}
</style>
background-color css
<style>
a { background-color: #5446FA; }
a { background-color: rgb(84,70,250); }
div.DivClassName
{
background-color: #5446FA;
}
.BgClassName
{
background-color: #5446FA;
}
</style>
border-color css
<style>
span { border-color: #5446FA; }
span { border-color: rgb(84,70,250); }
td.TdClassName
{
border-color: #5446FA;
}
.TagClassName
{
border-color: #5446FA;
}
</style>