Shades of Neon Blue #545AF6
Tints of Neon Blue #545AF6
RGB
CMYK
RGB Variations
Color information
#545AF6 (or 0x545AF6) is known color: Neon Blue. HEX triplet: 54, 5A and F6. RGB value is (84,90,246). Sum of RGB (Red+Green+Blue) = 84+90+246=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 246 (96.48% from 255 or 58.57% from 420); Max value from RGB is 246 - color contains mainly: blue. Hex color #545AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AF6 is #ABA509. Grayscale: #696969. Windows color (decimal): -11248906 or 16144980. OLE color: 16144980.
HSL color Cylindrical-coordinate representation of color #545AF6: hue angle of 237.78º degrees, saturation: 0.9, 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 #545AF6 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 90 | 246 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.04 |
| HSL | 237.78º | 0.9% | 0.65% | - |
| HSV(B) | 237.78º | 0.66% | 0.96% | - |
| XYZ | 23.95 | 15.85 | 88.99 | - |
| YUV | 105.99 | 207.01 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 246 | 0.66 | 0.63 | 0 | 0.04 | 237.78 | 0.9 | 0.65 |
| Hex | 54 | 5A | F6 | 42 | 3F | 0 | 4 | EE | 5A | 41 |
| Octal | 124 | 132 | 366 | 102 | 77 | 0 | 4 | 356 | 132 | 101 |
| Binary | 1010100 | 1011010 | 11110110 | 1000010 | 111111 | 0 | 100 | 11101110 | 1011010 | 1000001 |
Color Harmonies of #545AF6
Complementary color
Monochromatic Colors of #545AF6
Black with #545AF6
Text Example
Text Example
White with #545AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AF6; }
p { color: rgb(84,90,246); }
H1.HeaderClassName
{
color: #545AF6;
}
.AnyTagClassName
{
color: #545AF6;
}
</style>
background-color css
<style>
a { background-color: #545AF6; }
a { background-color: rgb(84,90,246); }
div.DivClassName
{
background-color: #545AF6;
}
.BgClassName
{
background-color: #545AF6;
}
</style>
border-color css
<style>
span { border-color: #545AF6; }
span { border-color: rgb(84,90,246); }
td.TdClassName
{
border-color: #545AF6;
}
.TagClassName
{
border-color: #545AF6;
}
</style>