Shades of Neon Blue #5555FA
Tints of Neon Blue #5555FA
RGB
CMYK
RGB Variations
Color information
#5555FA (or 0x5555FA) is known color: Neon Blue. HEX triplet: 55, 55 and FA. RGB value is (85,85,250). Sum of RGB (Red+Green+Blue) = 85+85+250=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #5555FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5555FA is #AAAA05. Grayscale: #676767. Windows color (decimal): -11184646 or 16405845. OLE color: 16405845.
HSL color Cylindrical-coordinate representation of color #5555FA: hue angle of 240º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5555FA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 85 | 250 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.02 |
| HSL | 240º | 0.94% | 0.66% | - |
| HSV(B) | 240º | 0.66% | 0.98% | - |
| XYZ | 24.25 | 15.33 | 92.12 | - |
| YUV | 103.81 | 210.5 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 250 | 0.66 | 0.66 | 0 | 0.02 | 240 | 0.94 | 0.66 |
| Hex | 55 | 55 | FA | 42 | 42 | 0 | 2 | F0 | 5E | 42 |
| Octal | 125 | 125 | 372 | 102 | 102 | 0 | 2 | 360 | 136 | 102 |
| Binary | 1010101 | 1010101 | 11111010 | 1000010 | 1000010 | 0 | 10 | 11110000 | 1011110 | 1000010 |
Color Harmonies of #5555FA
Complementary color
Monochromatic Colors of #5555FA
Black with #5555FA
Text Example
Text Example
White with #5555FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5555FA; }
p { color: rgb(85,85,250); }
H1.HeaderClassName
{
color: #5555FA;
}
.AnyTagClassName
{
color: #5555FA;
}
</style>
background-color css
<style>
a { background-color: #5555FA; }
a { background-color: rgb(85,85,250); }
div.DivClassName
{
background-color: #5555FA;
}
.BgClassName
{
background-color: #5555FA;
}
</style>
border-color css
<style>
span { border-color: #5555FA; }
span { border-color: rgb(85,85,250); }
td.TdClassName
{
border-color: #5555FA;
}
.TagClassName
{
border-color: #5555FA;
}
</style>