Shades of Neon Blue #5451FB
Tints of Neon Blue #5451FB
RGB
CMYK
RGB Variations
Color information
#5451FB (or 0x5451FB) is known color: Neon Blue. HEX triplet: 54, 51 and FB. RGB value is (84,81,251). Sum of RGB (Red+Green+Blue) = 84+81+251=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #5451FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5451FB is #ABAE04. Grayscale: #646464. Windows color (decimal): -11251205 or 16470356. OLE color: 16470356.
HSL color Cylindrical-coordinate representation of color #5451FB: hue angle of 241.06º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5451FB is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 81 | 251 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.02 |
| HSL | 241.06º | 0.96% | 0.65% | - |
| HSV(B) | 241.06º | 0.68% | 0.98% | - |
| XYZ | 24.01 | 14.73 | 92.85 | - |
| YUV | 101.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 251 | 0.67 | 0.68 | 0 | 0.02 | 241.06 | 0.96 | 0.65 |
| Hex | 54 | 51 | FB | 43 | 44 | 0 | 2 | F1 | 60 | 41 |
| Octal | 124 | 121 | 373 | 103 | 104 | 0 | 2 | 361 | 140 | 101 |
| Binary | 1010100 | 1010001 | 11111011 | 1000011 | 1000100 | 0 | 10 | 11110001 | 1100000 | 1000001 |
Color Harmonies of #5451FB
Complementary color
Monochromatic Colors of #5451FB
Black with #5451FB
Text Example
Text Example
White with #5451FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451FB; }
p { color: rgb(84,81,251); }
H1.HeaderClassName
{
color: #5451FB;
}
.AnyTagClassName
{
color: #5451FB;
}
</style>
background-color css
<style>
a { background-color: #5451FB; }
a { background-color: rgb(84,81,251); }
div.DivClassName
{
background-color: #5451FB;
}
.BgClassName
{
background-color: #5451FB;
}
</style>
border-color css
<style>
span { border-color: #5451FB; }
span { border-color: rgb(84,81,251); }
td.TdClassName
{
border-color: #5451FB;
}
.TagClassName
{
border-color: #5451FB;
}
</style>