Shades of Neon Blue #545AFB
Tints of Neon Blue #545AFB
RGB
CMYK
RGB Variations
Color information
#545AFB (or 0x545AFB) is known color: Neon Blue. HEX triplet: 54, 5A and FB. RGB value is (84,90,251). Sum of RGB (Red+Green+Blue) = 84+90+251=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #545AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AFB is #ABA504. Grayscale: #696969. Windows color (decimal): -11248901 or 16472660. OLE color: 16472660.
HSL color Cylindrical-coordinate representation of color #545AFB: hue angle of 237.84º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #545AFB is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 90 | 251 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.02 |
| HSL | 237.84º | 0.95% | 0.66% | - |
| HSV(B) | 237.84º | 0.67% | 0.98% | - |
| XYZ | 24.72 | 16.16 | 93.08 | - |
| YUV | 106.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 251 | 0.67 | 0.64 | 0 | 0.02 | 237.84 | 0.95 | 0.66 |
| Hex | 54 | 5A | FB | 43 | 40 | 0 | 2 | EE | 5F | 42 |
| Octal | 124 | 132 | 373 | 103 | 100 | 0 | 2 | 356 | 137 | 102 |
| Binary | 1010100 | 1011010 | 11111011 | 1000011 | 1000000 | 0 | 10 | 11101110 | 1011111 | 1000010 |
Color Harmonies of #545AFB
Complementary color
Monochromatic Colors of #545AFB
Black with #545AFB
Text Example
Text Example
White with #545AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AFB; }
p { color: rgb(84,90,251); }
H1.HeaderClassName
{
color: #545AFB;
}
.AnyTagClassName
{
color: #545AFB;
}
</style>
background-color css
<style>
a { background-color: #545AFB; }
a { background-color: rgb(84,90,251); }
div.DivClassName
{
background-color: #545AFB;
}
.BgClassName
{
background-color: #545AFB;
}
</style>
border-color css
<style>
span { border-color: #545AFB; }
span { border-color: rgb(84,90,251); }
td.TdClassName
{
border-color: #545AFB;
}
.TagClassName
{
border-color: #545AFB;
}
</style>