Shades of Neon Blue #545FFD
Tints of Neon Blue #545FFD
RGB
CMYK
RGB Variations
Color information
#545FFD (or 0x545FFD) is known color: Neon Blue. HEX triplet: 54, 5F and FD. RGB value is (84,95,253). Sum of RGB (Red+Green+Blue) = 84+95+253=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #545FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545FFD is #ABA002. Grayscale: #6D6D6D. Windows color (decimal): -11247619 or 16605012. OLE color: 16605012.
HSL color Cylindrical-coordinate representation of color #545FFD: hue angle of 236.09º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #545FFD is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 95 | 253 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.01 |
| HSL | 236.09º | 0.98% | 0.66% | - |
| HSV(B) | 236.09º | 0.67% | 0.99% | - |
| XYZ | 25.48 | 17.16 | 94.9 | - |
| YUV | 109.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 253 | 0.67 | 0.62 | 0 | 0.01 | 236.09 | 0.98 | 0.66 |
| Hex | 54 | 5F | FD | 43 | 3E | 0 | 1 | EC | 62 | 42 |
| Octal | 124 | 137 | 375 | 103 | 76 | 0 | 1 | 354 | 142 | 102 |
| Binary | 1010100 | 1011111 | 11111101 | 1000011 | 111110 | 0 | 1 | 11101100 | 1100010 | 1000010 |
Color Harmonies of #545FFD
Complementary color
Monochromatic Colors of #545FFD
Black with #545FFD
Text Example
Text Example
White with #545FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FFD; }
p { color: rgb(84,95,253); }
H1.HeaderClassName
{
color: #545FFD;
}
.AnyTagClassName
{
color: #545FFD;
}
</style>
background-color css
<style>
a { background-color: #545FFD; }
a { background-color: rgb(84,95,253); }
div.DivClassName
{
background-color: #545FFD;
}
.BgClassName
{
background-color: #545FFD;
}
</style>
border-color css
<style>
span { border-color: #545FFD; }
span { border-color: rgb(84,95,253); }
td.TdClassName
{
border-color: #545FFD;
}
.TagClassName
{
border-color: #545FFD;
}
</style>