Shades of Neon Blue #5443FB
Tints of Neon Blue #5443FB
RGB
CMYK
RGB Variations
Color information
#5443FB (or 0x5443FB) is known color: Neon Blue. HEX triplet: 54, 43 and FB. RGB value is (84,67,251). Sum of RGB (Red+Green+Blue) = 84+67+251=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #5443FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5443FB is #ABBC04. Grayscale: #5C5C5C. Windows color (decimal): -11254789 or 16466772. OLE color: 16466772.
HSL color Cylindrical-coordinate representation of color #5443FB: hue angle of 245.54º degrees, saturation: 0.96, 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 #5443FB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 67 | 251 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.02 |
| HSL | 245.54º | 0.96% | 0.62% | - |
| HSV(B) | 245.54º | 0.73% | 0.98% | - |
| XYZ | 23.08 | 12.86 | 92.53 | - |
| YUV | 93.06 | 217.13 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 67 | 251 | 0.67 | 0.73 | 0 | 0.02 | 245.54 | 0.96 | 0.62 |
| Hex | 54 | 43 | FB | 43 | 49 | 0 | 2 | F6 | 60 | 3E |
| Octal | 124 | 103 | 373 | 103 | 111 | 0 | 2 | 366 | 140 | 76 |
| Binary | 1010100 | 1000011 | 11111011 | 1000011 | 1001001 | 0 | 10 | 11110110 | 1100000 | 111110 |
Color Harmonies of #5443FB
Complementary color
Monochromatic Colors of #5443FB
Black with #5443FB
Text Example
Text Example
White with #5443FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5443FB; }
p { color: rgb(84,67,251); }
H1.HeaderClassName
{
color: #5443FB;
}
.AnyTagClassName
{
color: #5443FB;
}
</style>
background-color css
<style>
a { background-color: #5443FB; }
a { background-color: rgb(84,67,251); }
div.DivClassName
{
background-color: #5443FB;
}
.BgClassName
{
background-color: #5443FB;
}
</style>
border-color css
<style>
span { border-color: #5443FB; }
span { border-color: rgb(84,67,251); }
td.TdClassName
{
border-color: #5443FB;
}
.TagClassName
{
border-color: #5443FB;
}
</style>