Shades of Neon Blue #545BFC
Tints of Neon Blue #545BFC
RGB
CMYK
RGB Variations
Color information
#545BFC (or 0x545BFC) is known color: Neon Blue. HEX triplet: 54, 5B and FC. RGB value is (84,91,252). Sum of RGB (Red+Green+Blue) = 84+91+252=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 91 (35.94% from 255 or 21.31% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #545BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BFC is #ABA403. Grayscale: #6A6A6A. Windows color (decimal): -11248644 or 16538452. OLE color: 16538452.
HSL color Cylindrical-coordinate representation of color #545BFC: hue angle of 237.5º 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 #545BFC is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 91 | 252 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.01 |
| HSL | 237.5º | 0.97% | 0.66% | - |
| HSV(B) | 237.5º | 0.67% | 0.99% | - |
| XYZ | 24.97 | 16.4 | 93.94 | - |
| YUV | 107.26 | 209.68 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 252 | 0.67 | 0.64 | 0 | 0.01 | 237.5 | 0.97 | 0.66 |
| Hex | 54 | 5B | FC | 43 | 40 | 0 | 1 | EE | 61 | 42 |
| Octal | 124 | 133 | 374 | 103 | 100 | 0 | 1 | 356 | 141 | 102 |
| Binary | 1010100 | 1011011 | 11111100 | 1000011 | 1000000 | 0 | 1 | 11101110 | 1100001 | 1000010 |
Color Harmonies of #545BFC
Complementary color
Monochromatic Colors of #545BFC
Black with #545BFC
Text Example
Text Example
White with #545BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BFC; }
p { color: rgb(84,91,252); }
H1.HeaderClassName
{
color: #545BFC;
}
.AnyTagClassName
{
color: #545BFC;
}
</style>
background-color css
<style>
a { background-color: #545BFC; }
a { background-color: rgb(84,91,252); }
div.DivClassName
{
background-color: #545BFC;
}
.BgClassName
{
background-color: #545BFC;
}
</style>
border-color css
<style>
span { border-color: #545BFC; }
span { border-color: rgb(84,91,252); }
td.TdClassName
{
border-color: #545BFC;
}
.TagClassName
{
border-color: #545BFC;
}
</style>