Shades of Neon Pink #FF71DA
Tints of Neon Pink #FF71DA
RGB
CMYK
RGB Variations
Color information
#FF71DA (or 0xFF71DA) is known color: Neon Pink. HEX triplet: FF, 71 and DA. RGB value is (255,113,218). Sum of RGB (Red+Green+Blue) = 255+113+218=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71DA is #008E25. Grayscale: #A7A7A7. Windows color (decimal): -36390 or 14316031. OLE color: 14316031.
HSL color Cylindrical-coordinate representation of color #FF71DA: hue angle of 315.63º 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 #FF71DA is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 218 | - |
| CMYK | 0 | 0.56 | 0.15 | 0 |
| HSL | 315.63º | 1% | 0.72% | - |
| HSV(B) | 315.63º | 0.56% | 1% | - |
| XYZ | 59.8 | 38.13 | 70.54 | - |
| YUV | 167.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 218 | 0 | 0.56 | 0.15 | 0 | 315.63 | 1 | 0.72 |
| Hex | FF | 71 | DA | 0 | 38 | F | 0 | 13C | 64 | 48 |
| Octal | 377 | 161 | 332 | 0 | 70 | 17 | 0 | 474 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11011010 | 0 | 111000 | 1111 | 0 | 100111100 | 1100100 | 1001000 |
Color Harmonies of #FF71DA
Complementary color
Monochromatic Colors of #FF71DA
Black with #FF71DA
Text Example
Text Example
White with #FF71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71DA; }
p { color: rgb(255,113,218); }
H1.HeaderClassName
{
color: #FF71DA;
}
.AnyTagClassName
{
color: #FF71DA;
}
</style>
background-color css
<style>
a { background-color: #FF71DA; }
a { background-color: rgb(255,113,218); }
div.DivClassName
{
background-color: #FF71DA;
}
.BgClassName
{
background-color: #FF71DA;
}
</style>
border-color css
<style>
span { border-color: #FF71DA; }
span { border-color: rgb(255,113,218); }
td.TdClassName
{
border-color: #FF71DA;
}
.TagClassName
{
border-color: #FF71DA;
}
</style>