Shades of Neon Blue #545BFE
Tints of Neon Blue #545BFE
RGB
CMYK
RGB Variations
Color information
#545BFE (or 0x545BFE) is known color: Neon Blue. HEX triplet: 54, 5B and FE. RGB value is (84,91,254). Sum of RGB (Red+Green+Blue) = 84+91+254=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #545BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BFE is #ABA401. Grayscale: #6A6A6A. Windows color (decimal): -11248642 or 16669524. OLE color: 16669524.
HSL color Cylindrical-coordinate representation of color #545BFE: hue angle of 237.53º 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 #545BFE is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 91 | 254 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.00 |
| HSL | 237.53º | 0.99% | 0.66% | - |
| HSV(B) | 237.53º | 0.67% | 1% | - |
| XYZ | 25.29 | 16.52 | 95.62 | - |
| YUV | 107.49 | 210.68 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 254 | 0.67 | 0.64 | 0 | 0.00 | 237.53 | 0.99 | 0.66 |
| Hex | 54 | 5B | FE | 43 | 40 | 0 | 0 | EE | 63 | 42 |
| Octal | 124 | 133 | 376 | 103 | 100 | 0 | 0 | 356 | 143 | 102 |
| Binary | 1010100 | 1011011 | 11111110 | 1000011 | 1000000 | 0 | 0 | 11101110 | 1100011 | 1000010 |
Color Harmonies of #545BFE
Complementary color
Monochromatic Colors of #545BFE
Black with #545BFE
Text Example
Text Example
White with #545BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BFE; }
p { color: rgb(84,91,254); }
H1.HeaderClassName
{
color: #545BFE;
}
.AnyTagClassName
{
color: #545BFE;
}
</style>
background-color css
<style>
a { background-color: #545BFE; }
a { background-color: rgb(84,91,254); }
div.DivClassName
{
background-color: #545BFE;
}
.BgClassName
{
background-color: #545BFE;
}
</style>
border-color css
<style>
span { border-color: #545BFE; }
span { border-color: rgb(84,91,254); }
td.TdClassName
{
border-color: #545BFE;
}
.TagClassName
{
border-color: #545BFE;
}
</style>