Shades of Neon Blue #545AF1
Tints of Neon Blue #545AF1
RGB
CMYK
RGB Variations
Color information
#545AF1 (or 0x545AF1) is known color: Neon Blue. HEX triplet: 54, 5A and F1. RGB value is (84,90,241). Sum of RGB (Red+Green+Blue) = 84+90+241=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #545AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AF1 is #ABA50E. Grayscale: #686868. Windows color (decimal): -11248911 or 15817300. OLE color: 15817300.
HSL color Cylindrical-coordinate representation of color #545AF1: hue angle of 237.71º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545AF1 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 90 | 241 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.05 |
| HSL | 237.71º | 0.85% | 0.64% | - |
| HSV(B) | 237.71º | 0.65% | 0.95% | - |
| XYZ | 23.19 | 15.55 | 85 | - |
| YUV | 105.42 | 204.51 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 241 | 0.65 | 0.63 | 0 | 0.05 | 237.71 | 0.85 | 0.64 |
| Hex | 54 | 5A | F1 | 41 | 3F | 0 | 5 | EE | 55 | 40 |
| Octal | 124 | 132 | 361 | 101 | 77 | 0 | 5 | 356 | 125 | 100 |
| Binary | 1010100 | 1011010 | 11110001 | 1000001 | 111111 | 0 | 101 | 11101110 | 1010101 | 1000000 |
Color Harmonies of #545AF1
Complementary color
Monochromatic Colors of #545AF1
Black with #545AF1
Text Example
Text Example
White with #545AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AF1; }
p { color: rgb(84,90,241); }
H1.HeaderClassName
{
color: #545AF1;
}
.AnyTagClassName
{
color: #545AF1;
}
</style>
background-color css
<style>
a { background-color: #545AF1; }
a { background-color: rgb(84,90,241); }
div.DivClassName
{
background-color: #545AF1;
}
.BgClassName
{
background-color: #545AF1;
}
</style>
border-color css
<style>
span { border-color: #545AF1; }
span { border-color: rgb(84,90,241); }
td.TdClassName
{
border-color: #545AF1;
}
.TagClassName
{
border-color: #545AF1;
}
</style>