Shades of Neon Blue #5468FE
Tints of Neon Blue #5468FE
RGB
CMYK
RGB Variations
Color information
#5468FE (or 0x5468FE) is known color: Neon Blue. HEX triplet: 54, 68 and FE. RGB value is (84,104,254). Sum of RGB (Red+Green+Blue) = 84+104+254=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #5468FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5468FE is #AB9701. Grayscale: #727272. Windows color (decimal): -11245314 or 16672852. OLE color: 16672852.
HSL color Cylindrical-coordinate representation of color #5468FE: hue angle of 232.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5468FE is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 104 | 254 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.00 |
| HSL | 232.94º | 0.99% | 0.66% | - |
| HSV(B) | 232.94º | 0.67% | 1% | - |
| XYZ | 26.5 | 18.94 | 96.03 | - |
| YUV | 115.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 254 | 0.67 | 0.59 | 0 | 0.00 | 232.94 | 0.99 | 0.66 |
| Hex | 54 | 68 | FE | 43 | 3B | 0 | 0 | E9 | 63 | 42 |
| Octal | 124 | 150 | 376 | 103 | 73 | 0 | 0 | 351 | 143 | 102 |
| Binary | 1010100 | 1101000 | 11111110 | 1000011 | 111011 | 0 | 0 | 11101001 | 1100011 | 1000010 |
Color Harmonies of #5468FE
Complementary color
Monochromatic Colors of #5468FE
Black with #5468FE
Text Example
Text Example
White with #5468FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5468FE; }
p { color: rgb(84,104,254); }
H1.HeaderClassName
{
color: #5468FE;
}
.AnyTagClassName
{
color: #5468FE;
}
</style>
background-color css
<style>
a { background-color: #5468FE; }
a { background-color: rgb(84,104,254); }
div.DivClassName
{
background-color: #5468FE;
}
.BgClassName
{
background-color: #5468FE;
}
</style>
border-color css
<style>
span { border-color: #5468FE; }
span { border-color: rgb(84,104,254); }
td.TdClassName
{
border-color: #5468FE;
}
.TagClassName
{
border-color: #5468FE;
}
</style>