Shades of Neon Blue #545DFB
Tints of Neon Blue #545DFB
RGB
CMYK
RGB Variations
Color information
#545DFB (or 0x545DFB) is known color: Neon Blue. HEX triplet: 54, 5D and FB. RGB value is (84,93,251). Sum of RGB (Red+Green+Blue) = 84+93+251=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #545DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DFB is #ABA204. Grayscale: #6B6B6B. Windows color (decimal): -11248133 or 16473428. OLE color: 16473428.
HSL color Cylindrical-coordinate representation of color #545DFB: hue angle of 236.77º 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 #545DFB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 93 | 251 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.02 |
| HSL | 236.77º | 0.95% | 0.66% | - |
| HSV(B) | 236.77º | 0.67% | 0.98% | - |
| XYZ | 24.98 | 16.68 | 93.17 | - |
| YUV | 108.32 | 208.52 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 251 | 0.67 | 0.63 | 0 | 0.02 | 236.77 | 0.95 | 0.66 |
| Hex | 54 | 5D | FB | 43 | 3F | 0 | 2 | ED | 5F | 42 |
| Octal | 124 | 135 | 373 | 103 | 77 | 0 | 2 | 355 | 137 | 102 |
| Binary | 1010100 | 1011101 | 11111011 | 1000011 | 111111 | 0 | 10 | 11101101 | 1011111 | 1000010 |
Color Harmonies of #545DFB
Complementary color
Monochromatic Colors of #545DFB
Black with #545DFB
Text Example
Text Example
White with #545DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DFB; }
p { color: rgb(84,93,251); }
H1.HeaderClassName
{
color: #545DFB;
}
.AnyTagClassName
{
color: #545DFB;
}
</style>
background-color css
<style>
a { background-color: #545DFB; }
a { background-color: rgb(84,93,251); }
div.DivClassName
{
background-color: #545DFB;
}
.BgClassName
{
background-color: #545DFB;
}
</style>
border-color css
<style>
span { border-color: #545DFB; }
span { border-color: rgb(84,93,251); }
td.TdClassName
{
border-color: #545DFB;
}
.TagClassName
{
border-color: #545DFB;
}
</style>