Shades of Neon Blue #546EFF
Tints of Neon Blue #546EFF
RGB
CMYK
RGB Variations
Color information
#546EFF (or 0x546EFF) is known color: Neon Blue. HEX triplet: 54, 6E and FF. RGB value is (84,110,255). Sum of RGB (Red+Green+Blue) = 84+110+255=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #546EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546EFF is #AB9100. Grayscale: #767676. Windows color (decimal): -11243777 or 16739924. OLE color: 16739924.
HSL color Cylindrical-coordinate representation of color #546EFF: hue angle of 230.88º 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 #546EFF is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 110 | 255 | - |
| CMYK | 0.67 | 0.57 | 0 | 0 |
| HSL | 230.88º | 1% | 0.66% | - |
| HSV(B) | 230.88º | 0.67% | 1% | - |
| XYZ | 27.28 | 20.26 | 97.08 | - |
| YUV | 118.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 255 | 0.67 | 0.57 | 0 | 0 | 230.88 | 1 | 0.66 |
| Hex | 54 | 6E | FF | 43 | 39 | 0 | 0 | E7 | 64 | 42 |
| Octal | 124 | 156 | 377 | 103 | 71 | 0 | 0 | 347 | 144 | 102 |
| Binary | 1010100 | 1101110 | 11111111 | 1000011 | 111001 | 0 | 0 | 11100111 | 1100100 | 1000010 |
Color Harmonies of #546EFF
Complementary color
Monochromatic Colors of #546EFF
Black with #546EFF
Text Example
Text Example
White with #546EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546EFF; }
p { color: rgb(84,110,255); }
H1.HeaderClassName
{
color: #546EFF;
}
.AnyTagClassName
{
color: #546EFF;
}
</style>
background-color css
<style>
a { background-color: #546EFF; }
a { background-color: rgb(84,110,255); }
div.DivClassName
{
background-color: #546EFF;
}
.BgClassName
{
background-color: #546EFF;
}
</style>
border-color css
<style>
span { border-color: #546EFF; }
span { border-color: rgb(84,110,255); }
td.TdClassName
{
border-color: #546EFF;
}
.TagClassName
{
border-color: #546EFF;
}
</style>