Shades of Neon Blue #546BFC
Tints of Neon Blue #546BFC
RGB
CMYK
RGB Variations
Color information
#546BFC (or 0x546BFC) is known color: Neon Blue. HEX triplet: 54, 6B and FC. RGB value is (84,107,252). Sum of RGB (Red+Green+Blue) = 84+107+252=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #546BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546BFC is #AB9403. Grayscale: #747474. Windows color (decimal): -11244548 or 16542548. OLE color: 16542548.
HSL color Cylindrical-coordinate representation of color #546BFC: hue angle of 231.79º 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 #546BFC is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 107 | 252 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.01 |
| HSL | 231.79º | 0.97% | 0.66% | - |
| HSV(B) | 231.79º | 0.67% | 0.99% | - |
| XYZ | 26.48 | 19.43 | 94.45 | - |
| YUV | 116.65 | 204.38 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 252 | 0.67 | 0.58 | 0 | 0.01 | 231.79 | 0.97 | 0.66 |
| Hex | 54 | 6B | FC | 43 | 3A | 0 | 1 | E8 | 61 | 42 |
| Octal | 124 | 153 | 374 | 103 | 72 | 0 | 1 | 350 | 141 | 102 |
| Binary | 1010100 | 1101011 | 11111100 | 1000011 | 111010 | 0 | 1 | 11101000 | 1100001 | 1000010 |
Color Harmonies of #546BFC
Complementary color
Monochromatic Colors of #546BFC
Black with #546BFC
Text Example
Text Example
White with #546BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546BFC; }
p { color: rgb(84,107,252); }
H1.HeaderClassName
{
color: #546BFC;
}
.AnyTagClassName
{
color: #546BFC;
}
</style>
background-color css
<style>
a { background-color: #546BFC; }
a { background-color: rgb(84,107,252); }
div.DivClassName
{
background-color: #546BFC;
}
.BgClassName
{
background-color: #546BFC;
}
</style>
border-color css
<style>
span { border-color: #546BFC; }
span { border-color: rgb(84,107,252); }
td.TdClassName
{
border-color: #546BFC;
}
.TagClassName
{
border-color: #546BFC;
}
</style>