Shades of Neon Pink #FF55D1
Tints of Neon Pink #FF55D1
RGB
CMYK
RGB Variations
Color information
#FF55D1 (or 0xFF55D1) is known color: Neon Pink. HEX triplet: FF, 55 and D1. RGB value is (255,85,209). Sum of RGB (Red+Green+Blue) = 255+85+209=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF55D1 is #00AA2E. Grayscale: #959595. Windows color (decimal): -43567 or 13719039. OLE color: 13719039.
HSL color Cylindrical-coordinate representation of color #FF55D1: hue angle of 316.24º 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 #FF55D1 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 209 | - |
| CMYK | 0 | 0.67 | 0.18 | 0 |
| HSL | 316.24º | 1% | 0.67% | - |
| HSV(B) | 316.24º | 0.67% | 1% | - |
| XYZ | 56 | 32.36 | 63.62 | - |
| YUV | 149.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 209 | 0 | 0.67 | 0.18 | 0 | 316.24 | 1 | 0.67 |
| Hex | FF | 55 | D1 | 0 | 43 | 12 | 0 | 13C | 64 | 43 |
| Octal | 377 | 125 | 321 | 0 | 103 | 22 | 0 | 474 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11010001 | 0 | 1000011 | 10010 | 0 | 100111100 | 1100100 | 1000011 |
Color Harmonies of #FF55D1
Complementary color
Monochromatic Colors of #FF55D1
Black with #FF55D1
Text Example
Text Example
White with #FF55D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55D1; }
p { color: rgb(255,85,209); }
H1.HeaderClassName
{
color: #FF55D1;
}
.AnyTagClassName
{
color: #FF55D1;
}
</style>
background-color css
<style>
a { background-color: #FF55D1; }
a { background-color: rgb(255,85,209); }
div.DivClassName
{
background-color: #FF55D1;
}
.BgClassName
{
background-color: #FF55D1;
}
</style>
border-color css
<style>
span { border-color: #FF55D1; }
span { border-color: rgb(255,85,209); }
td.TdClassName
{
border-color: #FF55D1;
}
.TagClassName
{
border-color: #FF55D1;
}
</style>