Shades of Neon Blue #545AF2
Tints of Neon Blue #545AF2
RGB
CMYK
RGB Variations
Color information
#545AF2 (or 0x545AF2) is known color: Neon Blue. HEX triplet: 54, 5A and F2. RGB value is (84,90,242). Sum of RGB (Red+Green+Blue) = 84+90+242=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #545AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AF2 is #ABA50D. Grayscale: #686868. Windows color (decimal): -11248910 or 15882836. OLE color: 15882836.
HSL color Cylindrical-coordinate representation of color #545AF2: hue angle of 237.72º degrees, saturation: 0.86, 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 #545AF2 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 90 | 242 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.05 |
| HSL | 237.72º | 0.86% | 0.64% | - |
| HSV(B) | 237.72º | 0.65% | 0.95% | - |
| XYZ | 23.34 | 15.61 | 85.79 | - |
| YUV | 105.53 | 205.01 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 242 | 0.65 | 0.63 | 0 | 0.05 | 237.72 | 0.86 | 0.64 |
| Hex | 54 | 5A | F2 | 41 | 3F | 0 | 5 | EE | 56 | 40 |
| Octal | 124 | 132 | 362 | 101 | 77 | 0 | 5 | 356 | 126 | 100 |
| Binary | 1010100 | 1011010 | 11110010 | 1000001 | 111111 | 0 | 101 | 11101110 | 1010110 | 1000000 |
Color Harmonies of #545AF2
Complementary color
Monochromatic Colors of #545AF2
Black with #545AF2
Text Example
Text Example
White with #545AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AF2; }
p { color: rgb(84,90,242); }
H1.HeaderClassName
{
color: #545AF2;
}
.AnyTagClassName
{
color: #545AF2;
}
</style>
background-color css
<style>
a { background-color: #545AF2; }
a { background-color: rgb(84,90,242); }
div.DivClassName
{
background-color: #545AF2;
}
.BgClassName
{
background-color: #545AF2;
}
</style>
border-color css
<style>
span { border-color: #545AF2; }
span { border-color: rgb(84,90,242); }
td.TdClassName
{
border-color: #545AF2;
}
.TagClassName
{
border-color: #545AF2;
}
</style>