Shades of Neon Blue #5468FF
Tints of Neon Blue #5468FF
RGB
CMYK
RGB Variations
Color information
#5468FF (or 0x5468FF) is known color: Neon Blue. HEX triplet: 54, 68 and FF. RGB value is (84,104,255). Sum of RGB (Red+Green+Blue) = 84+104+255=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #5468FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468FF is #AB9700. Grayscale: #727272. Windows color (decimal): -11245313 or 16738388. OLE color: 16738388.
HSL color Cylindrical-coordinate representation of color #5468FF: hue angle of 232.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5468FF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 104 | 255 | - |
| CMYK | 0.67 | 0.59 | 0 | 0 |
| HSL | 232.98º | 1% | 0.66% | - |
| HSV(B) | 232.98º | 0.67% | 1% | - |
| XYZ | 26.66 | 19.01 | 96.87 | - |
| YUV | 115.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 255 | 0.67 | 0.59 | 0 | 0 | 232.98 | 1 | 0.66 |
| Hex | 54 | 68 | FF | 43 | 3B | 0 | 0 | E9 | 64 | 42 |
| Octal | 124 | 150 | 377 | 103 | 73 | 0 | 0 | 351 | 144 | 102 |
| Binary | 1010100 | 1101000 | 11111111 | 1000011 | 111011 | 0 | 0 | 11101001 | 1100100 | 1000010 |
Color Harmonies of #5468FF
Complementary color
Monochromatic Colors of #5468FF
Black with #5468FF
Text Example
Text Example
White with #5468FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468FF; }
p { color: rgb(84,104,255); }
H1.HeaderClassName
{
color: #5468FF;
}
.AnyTagClassName
{
color: #5468FF;
}
</style>
background-color css
<style>
a { background-color: #5468FF; }
a { background-color: rgb(84,104,255); }
div.DivClassName
{
background-color: #5468FF;
}
.BgClassName
{
background-color: #5468FF;
}
</style>
border-color css
<style>
span { border-color: #5468FF; }
span { border-color: rgb(84,104,255); }
td.TdClassName
{
border-color: #5468FF;
}
.TagClassName
{
border-color: #5468FF;
}
</style>