Shades of Neon Blue #5555FD
Tints of Neon Blue #5555FD
RGB
CMYK
RGB Variations
Color information
#5555FD (or 0x5555FD) is known color: Neon Blue. HEX triplet: 55, 55 and FD. RGB value is (85,85,253). Sum of RGB (Red+Green+Blue) = 85+85+253=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #5555FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5555FD is #AAAA02. Grayscale: #676767. Windows color (decimal): -11184643 or 16602453. OLE color: 16602453.
HSL color Cylindrical-coordinate representation of color #5555FD: hue angle of 240º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5555FD is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 85 | 253 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.01 |
| HSL | 240º | 0.98% | 0.66% | - |
| HSV(B) | 240º | 0.66% | 0.99% | - |
| XYZ | 24.72 | 15.52 | 94.62 | - |
| YUV | 104.15 | 212 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 253 | 0.66 | 0.66 | 0 | 0.01 | 240 | 0.98 | 0.66 |
| Hex | 55 | 55 | FD | 42 | 42 | 0 | 1 | F0 | 62 | 42 |
| Octal | 125 | 125 | 375 | 102 | 102 | 0 | 1 | 360 | 142 | 102 |
| Binary | 1010101 | 1010101 | 11111101 | 1000010 | 1000010 | 0 | 1 | 11110000 | 1100010 | 1000010 |
Color Harmonies of #5555FD
Complementary color
Monochromatic Colors of #5555FD
Black with #5555FD
Text Example
Text Example
White with #5555FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5555FD; }
p { color: rgb(85,85,253); }
H1.HeaderClassName
{
color: #5555FD;
}
.AnyTagClassName
{
color: #5555FD;
}
</style>
background-color css
<style>
a { background-color: #5555FD; }
a { background-color: rgb(85,85,253); }
div.DivClassName
{
background-color: #5555FD;
}
.BgClassName
{
background-color: #5555FD;
}
</style>
border-color css
<style>
span { border-color: #5555FD; }
span { border-color: rgb(85,85,253); }
td.TdClassName
{
border-color: #5555FD;
}
.TagClassName
{
border-color: #5555FD;
}
</style>