Shades of Neon Blue #545BFB
Tints of Neon Blue #545BFB
RGB
CMYK
RGB Variations
Color information
#545BFB (or 0x545BFB) is known color: Neon Blue. HEX triplet: 54, 5B and FB. RGB value is (84,91,251). Sum of RGB (Red+Green+Blue) = 84+91+251=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #545BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BFB is #ABA404. Grayscale: #6A6A6A. Windows color (decimal): -11248645 or 16472916. OLE color: 16472916.
HSL color Cylindrical-coordinate representation of color #545BFB: hue angle of 237.49º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #545BFB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 91 | 251 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.02 |
| HSL | 237.49º | 0.95% | 0.66% | - |
| HSV(B) | 237.49º | 0.67% | 0.98% | - |
| XYZ | 24.81 | 16.33 | 93.11 | - |
| YUV | 107.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 251 | 0.67 | 0.64 | 0 | 0.02 | 237.49 | 0.95 | 0.66 |
| Hex | 54 | 5B | FB | 43 | 40 | 0 | 2 | ED | 5F | 42 |
| Octal | 124 | 133 | 373 | 103 | 100 | 0 | 2 | 355 | 137 | 102 |
| Binary | 1010100 | 1011011 | 11111011 | 1000011 | 1000000 | 0 | 10 | 11101101 | 1011111 | 1000010 |
Color Harmonies of #545BFB
Complementary color
Monochromatic Colors of #545BFB
Black with #545BFB
Text Example
Text Example
White with #545BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BFB; }
p { color: rgb(84,91,251); }
H1.HeaderClassName
{
color: #545BFB;
}
.AnyTagClassName
{
color: #545BFB;
}
</style>
background-color css
<style>
a { background-color: #545BFB; }
a { background-color: rgb(84,91,251); }
div.DivClassName
{
background-color: #545BFB;
}
.BgClassName
{
background-color: #545BFB;
}
</style>
border-color css
<style>
span { border-color: #545BFB; }
span { border-color: rgb(84,91,251); }
td.TdClassName
{
border-color: #545BFB;
}
.TagClassName
{
border-color: #545BFB;
}
</style>