Shades of Neon Pink #FF71C9
Tints of Neon Pink #FF71C9
RGB
CMYK
RGB Variations
Color information
#FF71C9 (or 0xFF71C9) is known color: Neon Pink. HEX triplet: FF, 71 and C9. RGB value is (255,113,201). Sum of RGB (Red+Green+Blue) = 255+113+201=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71C9 is #008E36. Grayscale: #A5A5A5. Windows color (decimal): -36407 or 13201919. OLE color: 13201919.
HSL color Cylindrical-coordinate representation of color #FF71C9: hue angle of 322.82º 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 #FF71C9 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 201 | - |
| CMYK | 0 | 0.56 | 0.21 | 0 |
| HSL | 322.82º | 1% | 0.72% | - |
| HSV(B) | 322.82º | 0.56% | 1% | - |
| XYZ | 57.69 | 37.29 | 59.42 | - |
| YUV | 165.49 | 148.04 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 201 | 0 | 0.56 | 0.21 | 0 | 322.82 | 1 | 0.72 |
| Hex | FF | 71 | C9 | 0 | 38 | 15 | 0 | 143 | 64 | 48 |
| Octal | 377 | 161 | 311 | 0 | 70 | 25 | 0 | 503 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11001001 | 0 | 111000 | 10101 | 0 | 101000011 | 1100100 | 1001000 |
Color Harmonies of #FF71C9
Complementary color
Monochromatic Colors of #FF71C9
Black with #FF71C9
Text Example
Text Example
White with #FF71C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71C9; }
p { color: rgb(255,113,201); }
H1.HeaderClassName
{
color: #FF71C9;
}
.AnyTagClassName
{
color: #FF71C9;
}
</style>
background-color css
<style>
a { background-color: #FF71C9; }
a { background-color: rgb(255,113,201); }
div.DivClassName
{
background-color: #FF71C9;
}
.BgClassName
{
background-color: #FF71C9;
}
</style>
border-color css
<style>
span { border-color: #FF71C9; }
span { border-color: rgb(255,113,201); }
td.TdClassName
{
border-color: #FF71C9;
}
.TagClassName
{
border-color: #FF71C9;
}
</style>