Shades of Neon Pink #FF71D0
Tints of Neon Pink #FF71D0
RGB
CMYK
RGB Variations
Color information
#FF71D0 (or 0xFF71D0) is known color: Neon Pink. HEX triplet: FF, 71 and D0. RGB value is (255,113,208). Sum of RGB (Red+Green+Blue) = 255+113+208=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71D0 is #008E2F. Grayscale: #A6A6A6. Windows color (decimal): -36400 or 13660671. OLE color: 13660671.
HSL color Cylindrical-coordinate representation of color #FF71D0: hue angle of 319.86º 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 #FF71D0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 208 | - |
| CMYK | 0 | 0.56 | 0.18 | 0 |
| HSL | 319.86º | 1% | 0.72% | - |
| HSV(B) | 319.86º | 0.56% | 1% | - |
| XYZ | 58.53 | 37.62 | 63.85 | - |
| YUV | 166.29 | 151.54 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 208 | 0 | 0.56 | 0.18 | 0 | 319.86 | 1 | 0.72 |
| Hex | FF | 71 | D0 | 0 | 38 | 12 | 0 | 140 | 64 | 48 |
| Octal | 377 | 161 | 320 | 0 | 70 | 22 | 0 | 500 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11010000 | 0 | 111000 | 10010 | 0 | 101000000 | 1100100 | 1001000 |
Color Harmonies of #FF71D0
Complementary color
Monochromatic Colors of #FF71D0
Black with #FF71D0
Text Example
Text Example
White with #FF71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71D0; }
p { color: rgb(255,113,208); }
H1.HeaderClassName
{
color: #FF71D0;
}
.AnyTagClassName
{
color: #FF71D0;
}
</style>
background-color css
<style>
a { background-color: #FF71D0; }
a { background-color: rgb(255,113,208); }
div.DivClassName
{
background-color: #FF71D0;
}
.BgClassName
{
background-color: #FF71D0;
}
</style>
border-color css
<style>
span { border-color: #FF71D0; }
span { border-color: rgb(255,113,208); }
td.TdClassName
{
border-color: #FF71D0;
}
.TagClassName
{
border-color: #FF71D0;
}
</style>