Shades of Neon Blue #5467FE
Tints of Neon Blue #5467FE
RGB
CMYK
RGB Variations
Color information
#5467FE (or 0x5467FE) is known color: Neon Blue. HEX triplet: 54, 67 and FE. RGB value is (84,103,254). Sum of RGB (Red+Green+Blue) = 84+103+254=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #5467FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5467FE is #AB9801. Grayscale: #717171. Windows color (decimal): -11245570 or 16672596. OLE color: 16672596.
HSL color Cylindrical-coordinate representation of color #5467FE: hue angle of 233.29º 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 #5467FE is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 103 | 254 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.00 |
| HSL | 233.29º | 0.99% | 0.66% | - |
| HSV(B) | 233.29º | 0.67% | 1% | - |
| XYZ | 26.4 | 18.74 | 95.99 | - |
| YUV | 114.53 | 206.71 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 254 | 0.67 | 0.59 | 0 | 0.00 | 233.29 | 0.99 | 0.66 |
| Hex | 54 | 67 | FE | 43 | 3B | 0 | 0 | E9 | 63 | 42 |
| Octal | 124 | 147 | 376 | 103 | 73 | 0 | 0 | 351 | 143 | 102 |
| Binary | 1010100 | 1100111 | 11111110 | 1000011 | 111011 | 0 | 0 | 11101001 | 1100011 | 1000010 |
Color Harmonies of #5467FE
Complementary color
Monochromatic Colors of #5467FE
Black with #5467FE
Text Example
Text Example
White with #5467FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5467FE; }
p { color: rgb(84,103,254); }
H1.HeaderClassName
{
color: #5467FE;
}
.AnyTagClassName
{
color: #5467FE;
}
</style>
background-color css
<style>
a { background-color: #5467FE; }
a { background-color: rgb(84,103,254); }
div.DivClassName
{
background-color: #5467FE;
}
.BgClassName
{
background-color: #5467FE;
}
</style>
border-color css
<style>
span { border-color: #5467FE; }
span { border-color: rgb(84,103,254); }
td.TdClassName
{
border-color: #5467FE;
}
.TagClassName
{
border-color: #5467FE;
}
</style>