Shades of Neon Blue #5464FC
Tints of Neon Blue #5464FC
RGB
CMYK
RGB Variations
Color information
#5464FC (or 0x5464FC) is known color: Neon Blue. HEX triplet: 54, 64 and FC. RGB value is (84,100,252). Sum of RGB (Red+Green+Blue) = 84+100+252=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #5464FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5464FC is #AB9B03. Grayscale: #6F6F6F. Windows color (decimal): -11246340 or 16540756. OLE color: 16540756.
HSL color Cylindrical-coordinate representation of color #5464FC: hue angle of 234.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 #5464FC is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 100 | 252 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.01 |
| HSL | 234.29º | 0.97% | 0.66% | - |
| HSV(B) | 234.29º | 0.67% | 0.99% | - |
| XYZ | 25.78 | 18.03 | 94.22 | - |
| YUV | 112.54 | 206.7 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 252 | 0.67 | 0.60 | 0 | 0.01 | 234.29 | 0.97 | 0.66 |
| Hex | 54 | 64 | FC | 43 | 3C | 0 | 1 | EA | 61 | 42 |
| Octal | 124 | 144 | 374 | 103 | 74 | 0 | 1 | 352 | 141 | 102 |
| Binary | 1010100 | 1100100 | 11111100 | 1000011 | 111100 | 0 | 1 | 11101010 | 1100001 | 1000010 |
Color Harmonies of #5464FC
Complementary color
Monochromatic Colors of #5464FC
Black with #5464FC
Text Example
Text Example
White with #5464FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5464FC; }
p { color: rgb(84,100,252); }
H1.HeaderClassName
{
color: #5464FC;
}
.AnyTagClassName
{
color: #5464FC;
}
</style>
background-color css
<style>
a { background-color: #5464FC; }
a { background-color: rgb(84,100,252); }
div.DivClassName
{
background-color: #5464FC;
}
.BgClassName
{
background-color: #5464FC;
}
</style>
border-color css
<style>
span { border-color: #5464FC; }
span { border-color: rgb(84,100,252); }
td.TdClassName
{
border-color: #5464FC;
}
.TagClassName
{
border-color: #5464FC;
}
</style>