Shades of Neon Blue #5540FF
Tints of Neon Blue #5540FF
RGB
CMYK
RGB Variations
Color information
#5540FF (or 0x5540FF) is known color: Neon Blue. HEX triplet: 55, 40 and FF. RGB value is (85,64,255). Sum of RGB (Red+Green+Blue) = 85+64+255=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #5540FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5540FF is #AABF00. Grayscale: #5B5B5B. Windows color (decimal): -11190017 or 16728149. OLE color: 16728149.
HSL color Cylindrical-coordinate representation of color #5540FF: hue angle of 246.6º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5540FF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 64 | 255 | - |
| CMYK | 0.67 | 0.75 | 0 | 0 |
| HSL | 246.6º | 1% | 0.63% | - |
| HSV(B) | 246.6º | 0.75% | 1% | - |
| XYZ | 23.63 | 12.82 | 95.84 | - |
| YUV | 92.05 | 219.96 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 255 | 0.67 | 0.75 | 0 | 0 | 246.6 | 1 | 0.63 |
| Hex | 55 | 40 | FF | 43 | 4B | 0 | 0 | F7 | 64 | 3F |
| Octal | 125 | 100 | 377 | 103 | 113 | 0 | 0 | 367 | 144 | 77 |
| Binary | 1010101 | 1000000 | 11111111 | 1000011 | 1001011 | 0 | 0 | 11110111 | 1100100 | 111111 |
Color Harmonies of #5540FF
Complementary color
Monochromatic Colors of #5540FF
Black with #5540FF
Text Example
Text Example
White with #5540FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540FF; }
p { color: rgb(85,64,255); }
H1.HeaderClassName
{
color: #5540FF;
}
.AnyTagClassName
{
color: #5540FF;
}
</style>
background-color css
<style>
a { background-color: #5540FF; }
a { background-color: rgb(85,64,255); }
div.DivClassName
{
background-color: #5540FF;
}
.BgClassName
{
background-color: #5540FF;
}
</style>
border-color css
<style>
span { border-color: #5540FF; }
span { border-color: rgb(85,64,255); }
td.TdClassName
{
border-color: #5540FF;
}
.TagClassName
{
border-color: #5540FF;
}
</style>