Shades of Neon Blue #545AF8
Tints of Neon Blue #545AF8
RGB
CMYK
RGB Variations
Color information
#545AF8 (or 0x545AF8) is known color: Neon Blue. HEX triplet: 54, 5A and F8. RGB value is (84,90,248). Sum of RGB (Red+Green+Blue) = 84+90+248=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #545AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AF8 is #ABA507. Grayscale: #696969. Windows color (decimal): -11248904 or 16276052. OLE color: 16276052.
HSL color Cylindrical-coordinate representation of color #545AF8: hue angle of 237.8º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545AF8 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 90 | 248 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.03 |
| HSL | 237.8º | 0.92% | 0.65% | - |
| HSV(B) | 237.8º | 0.66% | 0.97% | - |
| XYZ | 24.26 | 15.97 | 90.61 | - |
| YUV | 106.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 248 | 0.66 | 0.64 | 0 | 0.03 | 237.8 | 0.92 | 0.65 |
| Hex | 54 | 5A | F8 | 42 | 40 | 0 | 3 | EE | 5C | 41 |
| Octal | 124 | 132 | 370 | 102 | 100 | 0 | 3 | 356 | 134 | 101 |
| Binary | 1010100 | 1011010 | 11111000 | 1000010 | 1000000 | 0 | 11 | 11101110 | 1011100 | 1000001 |
Color Harmonies of #545AF8
Complementary color
Monochromatic Colors of #545AF8
Black with #545AF8
Text Example
Text Example
White with #545AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AF8; }
p { color: rgb(84,90,248); }
H1.HeaderClassName
{
color: #545AF8;
}
.AnyTagClassName
{
color: #545AF8;
}
</style>
background-color css
<style>
a { background-color: #545AF8; }
a { background-color: rgb(84,90,248); }
div.DivClassName
{
background-color: #545AF8;
}
.BgClassName
{
background-color: #545AF8;
}
</style>
border-color css
<style>
span { border-color: #545AF8; }
span { border-color: rgb(84,90,248); }
td.TdClassName
{
border-color: #545AF8;
}
.TagClassName
{
border-color: #545AF8;
}
</style>