Shades of Neon Pink #FF71CA
Tints of Neon Pink #FF71CA
RGB
CMYK
RGB Variations
Color information
#FF71CA (or 0xFF71CA) is known color: Neon Pink. HEX triplet: FF, 71 and CA. RGB value is (255,113,202). Sum of RGB (Red+Green+Blue) = 255+113+202=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71CA is #008E35. Grayscale: #A5A5A5. Windows color (decimal): -36406 or 13267455. OLE color: 13267455.
HSL color Cylindrical-coordinate representation of color #FF71CA: hue angle of 322.39º 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 #FF71CA is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 202 | - |
| CMYK | 0 | 0.56 | 0.21 | 0 |
| HSL | 322.39º | 1% | 0.72% | - |
| HSV(B) | 322.39º | 0.56% | 1% | - |
| XYZ | 57.81 | 37.33 | 60.04 | - |
| YUV | 165.6 | 148.54 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 202 | 0 | 0.56 | 0.21 | 0 | 322.39 | 1 | 0.72 |
| Hex | FF | 71 | CA | 0 | 38 | 15 | 0 | 142 | 64 | 48 |
| Octal | 377 | 161 | 312 | 0 | 70 | 25 | 0 | 502 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11001010 | 0 | 111000 | 10101 | 0 | 101000010 | 1100100 | 1001000 |
Color Harmonies of #FF71CA
Complementary color
Monochromatic Colors of #FF71CA
Black with #FF71CA
Text Example
Text Example
White with #FF71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71CA; }
p { color: rgb(255,113,202); }
H1.HeaderClassName
{
color: #FF71CA;
}
.AnyTagClassName
{
color: #FF71CA;
}
</style>
background-color css
<style>
a { background-color: #FF71CA; }
a { background-color: rgb(255,113,202); }
div.DivClassName
{
background-color: #FF71CA;
}
.BgClassName
{
background-color: #FF71CA;
}
</style>
border-color css
<style>
span { border-color: #FF71CA; }
span { border-color: rgb(255,113,202); }
td.TdClassName
{
border-color: #FF71CA;
}
.TagClassName
{
border-color: #FF71CA;
}
</style>