Shades of Neon Blue #5447FB
Tints of Neon Blue #5447FB
RGB
CMYK
RGB Variations
Color information
#5447FB (or 0x5447FB) is known color: Neon Blue. HEX triplet: 54, 47 and FB. RGB value is (84,71,251). Sum of RGB (Red+Green+Blue) = 84+71+251=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #5447FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5447FB is #ABB804. Grayscale: #5E5E5E. Windows color (decimal): -11253765 or 16467796. OLE color: 16467796.
HSL color Cylindrical-coordinate representation of color #5447FB: hue angle of 244.33º degrees, saturation: 0.96, 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 #5447FB is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 71 | 251 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.02 |
| HSL | 244.33º | 0.96% | 0.63% | - |
| HSV(B) | 244.33º | 0.72% | 0.98% | - |
| XYZ | 23.32 | 13.36 | 92.62 | - |
| YUV | 95.41 | 215.81 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 251 | 0.67 | 0.72 | 0 | 0.02 | 244.33 | 0.96 | 0.63 |
| Hex | 54 | 47 | FB | 43 | 48 | 0 | 2 | F4 | 60 | 3F |
| Octal | 124 | 107 | 373 | 103 | 110 | 0 | 2 | 364 | 140 | 77 |
| Binary | 1010100 | 1000111 | 11111011 | 1000011 | 1001000 | 0 | 10 | 11110100 | 1100000 | 111111 |
Color Harmonies of #5447FB
Complementary color
Monochromatic Colors of #5447FB
Black with #5447FB
Text Example
Text Example
White with #5447FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5447FB; }
p { color: rgb(84,71,251); }
H1.HeaderClassName
{
color: #5447FB;
}
.AnyTagClassName
{
color: #5447FB;
}
</style>
background-color css
<style>
a { background-color: #5447FB; }
a { background-color: rgb(84,71,251); }
div.DivClassName
{
background-color: #5447FB;
}
.BgClassName
{
background-color: #5447FB;
}
</style>
border-color css
<style>
span { border-color: #5447FB; }
span { border-color: rgb(84,71,251); }
td.TdClassName
{
border-color: #5447FB;
}
.TagClassName
{
border-color: #5447FB;
}
</style>