Shades of Neon Pink #FF71D1
Tints of Neon Pink #FF71D1
RGB
CMYK
RGB Variations
Color information
#FF71D1 (or 0xFF71D1) is known color: Neon Pink. HEX triplet: FF, 71 and D1. RGB value is (255,113,209). Sum of RGB (Red+Green+Blue) = 255+113+209=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71D1 is #008E2E. Grayscale: #A6A6A6. Windows color (decimal): -36399 or 13726207. OLE color: 13726207.
HSL color Cylindrical-coordinate representation of color #FF71D1: hue angle of 319.44º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71D1 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 209 | - |
| CMYK | 0 | 0.56 | 0.18 | 0 |
| HSL | 319.44º | 1% | 0.72% | - |
| HSV(B) | 319.44º | 0.56% | 1% | - |
| XYZ | 58.65 | 37.67 | 64.5 | - |
| YUV | 166.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 209 | 0 | 0.56 | 0.18 | 0 | 319.44 | 1 | 0.72 |
| Hex | FF | 71 | D1 | 0 | 38 | 12 | 0 | 13F | 64 | 48 |
| Octal | 377 | 161 | 321 | 0 | 70 | 22 | 0 | 477 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11010001 | 0 | 111000 | 10010 | 0 | 100111111 | 1100100 | 1001000 |
Color Harmonies of #FF71D1
Complementary color
Monochromatic Colors of #FF71D1
Black with #FF71D1
Text Example
Text Example
White with #FF71D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71D1; }
p { color: rgb(255,113,209); }
H1.HeaderClassName
{
color: #FF71D1;
}
.AnyTagClassName
{
color: #FF71D1;
}
</style>
background-color css
<style>
a { background-color: #FF71D1; }
a { background-color: rgb(255,113,209); }
div.DivClassName
{
background-color: #FF71D1;
}
.BgClassName
{
background-color: #FF71D1;
}
</style>
border-color css
<style>
span { border-color: #FF71D1; }
span { border-color: rgb(255,113,209); }
td.TdClassName
{
border-color: #FF71D1;
}
.TagClassName
{
border-color: #FF71D1;
}
</style>