Shades of Neon Pink #FF71D5
Tints of Neon Pink #FF71D5
RGB
CMYK
RGB Variations
Color information
#FF71D5 (or 0xFF71D5) is known color: Neon Pink. HEX triplet: FF, 71 and D5. RGB value is (255,113,213). Sum of RGB (Red+Green+Blue) = 255+113+213=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71D5 is #008E2A. Grayscale: #A6A6A6. Windows color (decimal): -36395 or 13988351. OLE color: 13988351.
HSL color Cylindrical-coordinate representation of color #FF71D5: hue angle of 317.75º 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 #FF71D5 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 213 | - |
| CMYK | 0 | 0.56 | 0.16 | 0 |
| HSL | 317.75º | 1% | 0.72% | - |
| HSV(B) | 317.75º | 0.56% | 1% | - |
| XYZ | 59.16 | 37.87 | 67.14 | - |
| YUV | 166.86 | 154.04 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 213 | 0 | 0.56 | 0.16 | 0 | 317.75 | 1 | 0.72 |
| Hex | FF | 71 | D5 | 0 | 38 | 10 | 0 | 13E | 64 | 48 |
| Octal | 377 | 161 | 325 | 0 | 70 | 20 | 0 | 476 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11010101 | 0 | 111000 | 10000 | 0 | 100111110 | 1100100 | 1001000 |
Color Harmonies of #FF71D5
Complementary color
Monochromatic Colors of #FF71D5
Black with #FF71D5
Text Example
Text Example
White with #FF71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71D5; }
p { color: rgb(255,113,213); }
H1.HeaderClassName
{
color: #FF71D5;
}
.AnyTagClassName
{
color: #FF71D5;
}
</style>
background-color css
<style>
a { background-color: #FF71D5; }
a { background-color: rgb(255,113,213); }
div.DivClassName
{
background-color: #FF71D5;
}
.BgClassName
{
background-color: #FF71D5;
}
</style>
border-color css
<style>
span { border-color: #FF71D5; }
span { border-color: rgb(255,113,213); }
td.TdClassName
{
border-color: #FF71D5;
}
.TagClassName
{
border-color: #FF71D5;
}
</style>