Shades of Neon Blue #546AFC
Tints of Neon Blue #546AFC
RGB
CMYK
RGB Variations
Color information
#546AFC (or 0x546AFC) is known color: Neon Blue. HEX triplet: 54, 6A and FC. RGB value is (84,106,252). Sum of RGB (Red+Green+Blue) = 84+106+252=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #546AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546AFC is #AB9503. Grayscale: #737373. Windows color (decimal): -11244804 or 16542292. OLE color: 16542292.
HSL color Cylindrical-coordinate representation of color #546AFC: hue angle of 232.14º 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 #546AFC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 106 | 252 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.01 |
| HSL | 232.14º | 0.97% | 0.66% | - |
| HSV(B) | 232.14º | 0.67% | 0.99% | - |
| XYZ | 26.38 | 19.22 | 94.42 | - |
| YUV | 116.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 252 | 0.67 | 0.58 | 0 | 0.01 | 232.14 | 0.97 | 0.66 |
| Hex | 54 | 6A | FC | 43 | 3A | 0 | 1 | E8 | 61 | 42 |
| Octal | 124 | 152 | 374 | 103 | 72 | 0 | 1 | 350 | 141 | 102 |
| Binary | 1010100 | 1101010 | 11111100 | 1000011 | 111010 | 0 | 1 | 11101000 | 1100001 | 1000010 |
Color Harmonies of #546AFC
Complementary color
Monochromatic Colors of #546AFC
Black with #546AFC
Text Example
Text Example
White with #546AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546AFC; }
p { color: rgb(84,106,252); }
H1.HeaderClassName
{
color: #546AFC;
}
.AnyTagClassName
{
color: #546AFC;
}
</style>
background-color css
<style>
a { background-color: #546AFC; }
a { background-color: rgb(84,106,252); }
div.DivClassName
{
background-color: #546AFC;
}
.BgClassName
{
background-color: #546AFC;
}
</style>
border-color css
<style>
span { border-color: #546AFC; }
span { border-color: rgb(84,106,252); }
td.TdClassName
{
border-color: #546AFC;
}
.TagClassName
{
border-color: #546AFC;
}
</style>