Shades of Neon Pink #FF71D4
Tints of Neon Pink #FF71D4
RGB
CMYK
RGB Variations
Color information
#FF71D4 (or 0xFF71D4) is known color: Neon Pink. HEX triplet: FF, 71 and D4. RGB value is (255,113,212). Sum of RGB (Red+Green+Blue) = 255+113+212=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71D4 is #008E2B. Grayscale: #A6A6A6. Windows color (decimal): -36396 or 13922815. OLE color: 13922815.
HSL color Cylindrical-coordinate representation of color #FF71D4: hue angle of 318.17º 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 #FF71D4 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 212 | - |
| CMYK | 0 | 0.56 | 0.17 | 0 |
| HSL | 318.17º | 1% | 0.72% | - |
| HSV(B) | 318.17º | 0.56% | 1% | - |
| XYZ | 59.03 | 37.82 | 66.48 | - |
| YUV | 166.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 212 | 0 | 0.56 | 0.17 | 0 | 318.17 | 1 | 0.72 |
| Hex | FF | 71 | D4 | 0 | 38 | 11 | 0 | 13E | 64 | 48 |
| Octal | 377 | 161 | 324 | 0 | 70 | 21 | 0 | 476 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11010100 | 0 | 111000 | 10001 | 0 | 100111110 | 1100100 | 1001000 |
Color Harmonies of #FF71D4
Complementary color
Monochromatic Colors of #FF71D4
Black with #FF71D4
Text Example
Text Example
White with #FF71D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71D4; }
p { color: rgb(255,113,212); }
H1.HeaderClassName
{
color: #FF71D4;
}
.AnyTagClassName
{
color: #FF71D4;
}
</style>
background-color css
<style>
a { background-color: #FF71D4; }
a { background-color: rgb(255,113,212); }
div.DivClassName
{
background-color: #FF71D4;
}
.BgClassName
{
background-color: #FF71D4;
}
</style>
border-color css
<style>
span { border-color: #FF71D4; }
span { border-color: rgb(255,113,212); }
td.TdClassName
{
border-color: #FF71D4;
}
.TagClassName
{
border-color: #FF71D4;
}
</style>