Shades of Neon Blue #545AF5
Tints of Neon Blue #545AF5
RGB
CMYK
RGB Variations
Color information
#545AF5 (or 0x545AF5) is known color: Neon Blue. HEX triplet: 54, 5A and F5. RGB value is (84,90,245). Sum of RGB (Red+Green+Blue) = 84+90+245=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 245 (96.09% from 255 or 58.47% from 419); Max value from RGB is 245 - color contains mainly: blue. Hex color #545AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AF5 is #ABA50A. Grayscale: #696969. Windows color (decimal): -11248907 or 16079444. OLE color: 16079444.
HSL color Cylindrical-coordinate representation of color #545AF5: hue angle of 237.76º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545AF5 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 90 | 245 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.04 |
| HSL | 237.76º | 0.89% | 0.65% | - |
| HSV(B) | 237.76º | 0.66% | 0.96% | - |
| XYZ | 23.79 | 15.79 | 88.18 | - |
| YUV | 105.88 | 206.51 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 245 | 0.66 | 0.63 | 0 | 0.04 | 237.76 | 0.89 | 0.65 |
| Hex | 54 | 5A | F5 | 42 | 3F | 0 | 4 | EE | 59 | 41 |
| Octal | 124 | 132 | 365 | 102 | 77 | 0 | 4 | 356 | 131 | 101 |
| Binary | 1010100 | 1011010 | 11110101 | 1000010 | 111111 | 0 | 100 | 11101110 | 1011001 | 1000001 |
Color Harmonies of #545AF5
Complementary color
Monochromatic Colors of #545AF5
Black with #545AF5
Text Example
Text Example
White with #545AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AF5; }
p { color: rgb(84,90,245); }
H1.HeaderClassName
{
color: #545AF5;
}
.AnyTagClassName
{
color: #545AF5;
}
</style>
background-color css
<style>
a { background-color: #545AF5; }
a { background-color: rgb(84,90,245); }
div.DivClassName
{
background-color: #545AF5;
}
.BgClassName
{
background-color: #545AF5;
}
</style>
border-color css
<style>
span { border-color: #545AF5; }
span { border-color: rgb(84,90,245); }
td.TdClassName
{
border-color: #545AF5;
}
.TagClassName
{
border-color: #545AF5;
}
</style>