Shades of Neon Blue #545DF9
Tints of Neon Blue #545DF9
RGB
CMYK
RGB Variations
Color information
#545DF9 (or 0x545DF9) is known color: Neon Blue. HEX triplet: 54, 5D and F9. RGB value is (84,93,249). Sum of RGB (Red+Green+Blue) = 84+93+249=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #545DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DF9 is #ABA206. Grayscale: #6B6B6B. Windows color (decimal): -11248135 or 16342356. OLE color: 16342356.
HSL color Cylindrical-coordinate representation of color #545DF9: hue angle of 236.73º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545DF9 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 93 | 249 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.02 |
| HSL | 236.73º | 0.93% | 0.65% | - |
| HSV(B) | 236.73º | 0.66% | 0.98% | - |
| XYZ | 24.67 | 16.55 | 91.52 | - |
| YUV | 108.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 249 | 0.66 | 0.63 | 0 | 0.02 | 236.73 | 0.93 | 0.65 |
| Hex | 54 | 5D | F9 | 42 | 3F | 0 | 2 | ED | 5D | 41 |
| Octal | 124 | 135 | 371 | 102 | 77 | 0 | 2 | 355 | 135 | 101 |
| Binary | 1010100 | 1011101 | 11111001 | 1000010 | 111111 | 0 | 10 | 11101101 | 1011101 | 1000001 |
Color Harmonies of #545DF9
Complementary color
Monochromatic Colors of #545DF9
Black with #545DF9
Text Example
Text Example
White with #545DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DF9; }
p { color: rgb(84,93,249); }
H1.HeaderClassName
{
color: #545DF9;
}
.AnyTagClassName
{
color: #545DF9;
}
</style>
background-color css
<style>
a { background-color: #545DF9; }
a { background-color: rgb(84,93,249); }
div.DivClassName
{
background-color: #545DF9;
}
.BgClassName
{
background-color: #545DF9;
}
</style>
border-color css
<style>
span { border-color: #545DF9; }
span { border-color: rgb(84,93,249); }
td.TdClassName
{
border-color: #545DF9;
}
.TagClassName
{
border-color: #545DF9;
}
</style>