Shades of Neon Blue #545BEF
Tints of Neon Blue #545BEF
RGB
CMYK
RGB Variations
Color information
#545BEF (or 0x545BEF) is known color: Neon Blue. HEX triplet: 54, 5B and EF. RGB value is (84,91,239). Sum of RGB (Red+Green+Blue) = 84+91+239=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #545BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BEF is #ABA410. Grayscale: #696969. Windows color (decimal): -11248657 or 15686484. OLE color: 15686484.
HSL color Cylindrical-coordinate representation of color #545BEF: hue angle of 237.29º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545BEF is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 91 | 239 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.06 |
| HSL | 237.29º | 0.83% | 0.63% | - |
| HSV(B) | 237.29º | 0.65% | 0.94% | - |
| XYZ | 22.98 | 15.6 | 83.46 | - |
| YUV | 105.78 | 203.18 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 239 | 0.65 | 0.62 | 0 | 0.06 | 237.29 | 0.83 | 0.63 |
| Hex | 54 | 5B | EF | 41 | 3E | 0 | 6 | ED | 53 | 3F |
| Octal | 124 | 133 | 357 | 101 | 76 | 0 | 6 | 355 | 123 | 77 |
| Binary | 1010100 | 1011011 | 11101111 | 1000001 | 111110 | 0 | 110 | 11101101 | 1010011 | 111111 |
Color Harmonies of #545BEF
Complementary color
Monochromatic Colors of #545BEF
Black with #545BEF
Text Example
Text Example
White with #545BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BEF; }
p { color: rgb(84,91,239); }
H1.HeaderClassName
{
color: #545BEF;
}
.AnyTagClassName
{
color: #545BEF;
}
</style>
background-color css
<style>
a { background-color: #545BEF; }
a { background-color: rgb(84,91,239); }
div.DivClassName
{
background-color: #545BEF;
}
.BgClassName
{
background-color: #545BEF;
}
</style>
border-color css
<style>
span { border-color: #545BEF; }
span { border-color: rgb(84,91,239); }
td.TdClassName
{
border-color: #545BEF;
}
.TagClassName
{
border-color: #545BEF;
}
</style>