Shades of Neon Blue #5443FA
Tints of Neon Blue #5443FA
RGB
CMYK
RGB Variations
Color information
#5443FA (or 0x5443FA) is known color: Neon Blue. HEX triplet: 54, 43 and FA. RGB value is (84,67,250). Sum of RGB (Red+Green+Blue) = 84+67+250=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #5443FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5443FA is #ABBC05. Grayscale: #5C5C5C. Windows color (decimal): -11254790 or 16401236. OLE color: 16401236.
HSL color Cylindrical-coordinate representation of color #5443FA: hue angle of 245.57º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5443FA is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 67 | 250 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.02 |
| HSL | 245.57º | 0.95% | 0.62% | - |
| HSV(B) | 245.57º | 0.73% | 0.98% | - |
| XYZ | 22.92 | 12.8 | 91.71 | - |
| YUV | 92.95 | 216.63 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 250 | 0.66 | 0.73 | 0 | 0.02 | 245.57 | 0.95 | 0.62 |
| Hex | 54 | 43 | FA | 42 | 49 | 0 | 2 | F6 | 5F | 3E |
| Octal | 124 | 103 | 372 | 102 | 111 | 0 | 2 | 366 | 137 | 76 |
| Binary | 1010100 | 1000011 | 11111010 | 1000010 | 1001001 | 0 | 10 | 11110110 | 1011111 | 111110 |
Color Harmonies of #5443FA
Complementary color
Monochromatic Colors of #5443FA
Black with #5443FA
Text Example
Text Example
White with #5443FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443FA; }
p { color: rgb(84,67,250); }
H1.HeaderClassName
{
color: #5443FA;
}
.AnyTagClassName
{
color: #5443FA;
}
</style>
background-color css
<style>
a { background-color: #5443FA; }
a { background-color: rgb(84,67,250); }
div.DivClassName
{
background-color: #5443FA;
}
.BgClassName
{
background-color: #5443FA;
}
</style>
border-color css
<style>
span { border-color: #5443FA; }
span { border-color: rgb(84,67,250); }
td.TdClassName
{
border-color: #5443FA;
}
.TagClassName
{
border-color: #5443FA;
}
</style>