Shades of Neon Pink #FF55D0
Tints of Neon Pink #FF55D0
RGB
CMYK
RGB Variations
Color information
#FF55D0 (or 0xFF55D0) is known color: Neon Pink. HEX triplet: FF, 55 and D0. RGB value is (255,85,208). Sum of RGB (Red+Green+Blue) = 255+85+208=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 85 (33.59% from 255 or 15.51% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D0 is #00AA2F. Grayscale: #959595. Windows color (decimal): -43568 or 13653503. OLE color: 13653503.
HSL color Cylindrical-coordinate representation of color #FF55D0: hue angle of 316.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55D0 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 208 | - |
| CMYK | 0 | 0.67 | 0.18 | 0 |
| HSL | 316.59º | 1% | 0.67% | - |
| HSV(B) | 316.59º | 0.67% | 1% | - |
| XYZ | 55.87 | 32.31 | 62.97 | - |
| YUV | 149.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 208 | 0 | 0.67 | 0.18 | 0 | 316.59 | 1 | 0.67 |
| Hex | FF | 55 | D0 | 0 | 43 | 12 | 0 | 13D | 64 | 43 |
| Octal | 377 | 125 | 320 | 0 | 103 | 22 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11010000 | 0 | 1000011 | 10010 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF55D0
Complementary color
Monochromatic Colors of #FF55D0
Black with #FF55D0
Text Example
Text Example
White with #FF55D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55D0; }
p { color: rgb(255,85,208); }
H1.HeaderClassName
{
color: #FF55D0;
}
.AnyTagClassName
{
color: #FF55D0;
}
</style>
background-color css
<style>
a { background-color: #FF55D0; }
a { background-color: rgb(255,85,208); }
div.DivClassName
{
background-color: #FF55D0;
}
.BgClassName
{
background-color: #FF55D0;
}
</style>
border-color css
<style>
span { border-color: #FF55D0; }
span { border-color: rgb(255,85,208); }
td.TdClassName
{
border-color: #FF55D0;
}
.TagClassName
{
border-color: #FF55D0;
}
</style>