Shades of Neon Blue #5463FC
Tints of Neon Blue #5463FC
RGB
CMYK
RGB Variations
Color information
#5463FC (or 0x5463FC) is known color: Neon Blue. HEX triplet: 54, 63 and FC. RGB value is (84,99,252). Sum of RGB (Red+Green+Blue) = 84+99+252=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #5463FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5463FC is #AB9C03. Grayscale: #6F6F6F. Windows color (decimal): -11246596 or 16540500. OLE color: 16540500.
HSL color Cylindrical-coordinate representation of color #5463FC: hue angle of 234.64º 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 #5463FC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 99 | 252 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.01 |
| HSL | 234.64º | 0.97% | 0.66% | - |
| HSV(B) | 234.64º | 0.67% | 0.99% | - |
| XYZ | 25.69 | 17.84 | 94.18 | - |
| YUV | 111.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 252 | 0.67 | 0.61 | 0 | 0.01 | 234.64 | 0.97 | 0.66 |
| Hex | 54 | 63 | FC | 43 | 3D | 0 | 1 | EB | 61 | 42 |
| Octal | 124 | 143 | 374 | 103 | 75 | 0 | 1 | 353 | 141 | 102 |
| Binary | 1010100 | 1100011 | 11111100 | 1000011 | 111101 | 0 | 1 | 11101011 | 1100001 | 1000010 |
Color Harmonies of #5463FC
Complementary color
Monochromatic Colors of #5463FC
Black with #5463FC
Text Example
Text Example
White with #5463FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5463FC; }
p { color: rgb(84,99,252); }
H1.HeaderClassName
{
color: #5463FC;
}
.AnyTagClassName
{
color: #5463FC;
}
</style>
background-color css
<style>
a { background-color: #5463FC; }
a { background-color: rgb(84,99,252); }
div.DivClassName
{
background-color: #5463FC;
}
.BgClassName
{
background-color: #5463FC;
}
</style>
border-color css
<style>
span { border-color: #5463FC; }
span { border-color: rgb(84,99,252); }
td.TdClassName
{
border-color: #5463FC;
}
.TagClassName
{
border-color: #5463FC;
}
</style>