Shades of Neon Blue #5540FE
Tints of Neon Blue #5540FE
RGB
CMYK
RGB Variations
Color information
#5540FE (or 0x5540FE) is known color: Neon Blue. HEX triplet: 55, 40 and FE. RGB value is (85,64,254). Sum of RGB (Red+Green+Blue) = 85+64+254=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #5540FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5540FE is #AABF01. Grayscale: #5B5B5B. Windows color (decimal): -11190018 or 16662613. OLE color: 16662613.
HSL color Cylindrical-coordinate representation of color #5540FE: hue angle of 246.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5540FE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 64 | 254 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.00 |
| HSL | 246.63º | 0.99% | 0.62% | - |
| HSV(B) | 246.63º | 0.75% | 1% | - |
| XYZ | 23.47 | 12.75 | 94.99 | - |
| YUV | 91.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 254 | 0.67 | 0.75 | 0 | 0.00 | 246.63 | 0.99 | 0.62 |
| Hex | 55 | 40 | FE | 43 | 4B | 0 | 0 | F7 | 63 | 3E |
| Octal | 125 | 100 | 376 | 103 | 113 | 0 | 0 | 367 | 143 | 76 |
| Binary | 1010101 | 1000000 | 11111110 | 1000011 | 1001011 | 0 | 0 | 11110111 | 1100011 | 111110 |
Color Harmonies of #5540FE
Complementary color
Monochromatic Colors of #5540FE
Black with #5540FE
Text Example
Text Example
White with #5540FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540FE; }
p { color: rgb(85,64,254); }
H1.HeaderClassName
{
color: #5540FE;
}
.AnyTagClassName
{
color: #5540FE;
}
</style>
background-color css
<style>
a { background-color: #5540FE; }
a { background-color: rgb(85,64,254); }
div.DivClassName
{
background-color: #5540FE;
}
.BgClassName
{
background-color: #5540FE;
}
</style>
border-color css
<style>
span { border-color: #5540FE; }
span { border-color: rgb(85,64,254); }
td.TdClassName
{
border-color: #5540FE;
}
.TagClassName
{
border-color: #5540FE;
}
</style>