Shades of Neon Blue #546DFE
Tints of Neon Blue #546DFE
RGB
CMYK
RGB Variations
Color information
#546DFE (or 0x546DFE) is known color: Neon Blue. HEX triplet: 54, 6D and FE. RGB value is (84,109,254). Sum of RGB (Red+Green+Blue) = 84+109+254=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #546DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #546DFE is #AB9201. Grayscale: #757575. Windows color (decimal): -11244034 or 16674132. OLE color: 16674132.
HSL color Cylindrical-coordinate representation of color #546DFE: hue angle of 231.18º 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 #546DFE is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 109 | 254 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.00 |
| HSL | 231.18º | 0.99% | 0.66% | - |
| HSV(B) | 231.18º | 0.67% | 1% | - |
| XYZ | 27.01 | 19.98 | 96.2 | - |
| YUV | 118.06 | 204.72 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 254 | 0.67 | 0.57 | 0 | 0.00 | 231.18 | 0.99 | 0.66 |
| Hex | 54 | 6D | FE | 43 | 39 | 0 | 0 | E7 | 63 | 42 |
| Octal | 124 | 155 | 376 | 103 | 71 | 0 | 0 | 347 | 143 | 102 |
| Binary | 1010100 | 1101101 | 11111110 | 1000011 | 111001 | 0 | 0 | 11100111 | 1100011 | 1000010 |
Color Harmonies of #546DFE
Complementary color
Monochromatic Colors of #546DFE
Black with #546DFE
Text Example
Text Example
White with #546DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546DFE; }
p { color: rgb(84,109,254); }
H1.HeaderClassName
{
color: #546DFE;
}
.AnyTagClassName
{
color: #546DFE;
}
</style>
background-color css
<style>
a { background-color: #546DFE; }
a { background-color: rgb(84,109,254); }
div.DivClassName
{
background-color: #546DFE;
}
.BgClassName
{
background-color: #546DFE;
}
</style>
border-color css
<style>
span { border-color: #546DFE; }
span { border-color: rgb(84,109,254); }
td.TdClassName
{
border-color: #546DFE;
}
.TagClassName
{
border-color: #546DFE;
}
</style>