Shades of Neon Blue #5468FC
Tints of Neon Blue #5468FC
RGB
CMYK
RGB Variations
Color information
#5468FC (or 0x5468FC) is known color: Neon Blue. HEX triplet: 54, 68 and FC. RGB value is (84,104,252). Sum of RGB (Red+Green+Blue) = 84+104+252=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #5468FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468FC is #AB9703. Grayscale: #727272. Windows color (decimal): -11245316 or 16541780. OLE color: 16541780.
HSL color Cylindrical-coordinate representation of color #5468FC: hue angle of 232.86º 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 #5468FC is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 104 | 252 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.01 |
| HSL | 232.86º | 0.97% | 0.66% | - |
| HSV(B) | 232.86º | 0.67% | 0.99% | - |
| XYZ | 26.18 | 18.81 | 94.35 | - |
| YUV | 114.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 252 | 0.67 | 0.59 | 0 | 0.01 | 232.86 | 0.97 | 0.66 |
| Hex | 54 | 68 | FC | 43 | 3B | 0 | 1 | E9 | 61 | 42 |
| Octal | 124 | 150 | 374 | 103 | 73 | 0 | 1 | 351 | 141 | 102 |
| Binary | 1010100 | 1101000 | 11111100 | 1000011 | 111011 | 0 | 1 | 11101001 | 1100001 | 1000010 |
Color Harmonies of #5468FC
Complementary color
Monochromatic Colors of #5468FC
Black with #5468FC
Text Example
Text Example
White with #5468FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468FC; }
p { color: rgb(84,104,252); }
H1.HeaderClassName
{
color: #5468FC;
}
.AnyTagClassName
{
color: #5468FC;
}
</style>
background-color css
<style>
a { background-color: #5468FC; }
a { background-color: rgb(84,104,252); }
div.DivClassName
{
background-color: #5468FC;
}
.BgClassName
{
background-color: #5468FC;
}
</style>
border-color css
<style>
span { border-color: #5468FC; }
span { border-color: rgb(84,104,252); }
td.TdClassName
{
border-color: #5468FC;
}
.TagClassName
{
border-color: #5468FC;
}
</style>