Shades of Neon Blue #5456FC
Tints of Neon Blue #5456FC
RGB
CMYK
RGB Variations
Color information
#5456FC (or 0x5456FC) is known color: Neon Blue. HEX triplet: 54, 56 and FC. RGB value is (84,86,252). Sum of RGB (Red+Green+Blue) = 84+86+252=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #5456FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5456FC is #ABA903. Grayscale: #676767. Windows color (decimal): -11249924 or 16537172. OLE color: 16537172.
HSL color Cylindrical-coordinate representation of color #5456FC: hue angle of 239.29º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5456FC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 86 | 252 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.01 |
| HSL | 239.29º | 0.97% | 0.66% | - |
| HSV(B) | 239.29º | 0.67% | 0.99% | - |
| XYZ | 24.55 | 15.57 | 93.81 | - |
| YUV | 104.33 | 211.34 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 252 | 0.67 | 0.66 | 0 | 0.01 | 239.29 | 0.97 | 0.66 |
| Hex | 54 | 56 | FC | 43 | 42 | 0 | 1 | EF | 61 | 42 |
| Octal | 124 | 126 | 374 | 103 | 102 | 0 | 1 | 357 | 141 | 102 |
| Binary | 1010100 | 1010110 | 11111100 | 1000011 | 1000010 | 0 | 1 | 11101111 | 1100001 | 1000010 |
Color Harmonies of #5456FC
Complementary color
Monochromatic Colors of #5456FC
Black with #5456FC
Text Example
Text Example
White with #5456FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5456FC; }
p { color: rgb(84,86,252); }
H1.HeaderClassName
{
color: #5456FC;
}
.AnyTagClassName
{
color: #5456FC;
}
</style>
background-color css
<style>
a { background-color: #5456FC; }
a { background-color: rgb(84,86,252); }
div.DivClassName
{
background-color: #5456FC;
}
.BgClassName
{
background-color: #5456FC;
}
</style>
border-color css
<style>
span { border-color: #5456FC; }
span { border-color: rgb(84,86,252); }
td.TdClassName
{
border-color: #5456FC;
}
.TagClassName
{
border-color: #5456FC;
}
</style>