Shades of Neon Pink #FF71C0
Tints of Neon Pink #FF71C0
RGB
CMYK
RGB Variations
Color information
#FF71C0 (or 0xFF71C0) is known color: Neon Pink. HEX triplet: FF, 71 and C0. RGB value is (255,113,192). Sum of RGB (Red+Green+Blue) = 255+113+192=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71C0 is #008E3F. Grayscale: #A4A4A4. Windows color (decimal): -36416 or 12612095. OLE color: 12612095.
HSL color Cylindrical-coordinate representation of color #FF71C0: hue angle of 326.62º 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 #FF71C0 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 192 | - |
| CMYK | 0 | 0.56 | 0.25 | 0 |
| HSL | 326.62º | 1% | 0.72% | - |
| HSV(B) | 326.62º | 0.56% | 1% | - |
| XYZ | 56.66 | 36.88 | 54 | - |
| YUV | 164.46 | 143.54 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 192 | 0 | 0.56 | 0.25 | 0 | 326.62 | 1 | 0.72 |
| Hex | FF | 71 | C0 | 0 | 38 | 19 | 0 | 147 | 64 | 48 |
| Octal | 377 | 161 | 300 | 0 | 70 | 31 | 0 | 507 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11000000 | 0 | 111000 | 11001 | 0 | 101000111 | 1100100 | 1001000 |
Color Harmonies of #FF71C0
Complementary color
Monochromatic Colors of #FF71C0
Black with #FF71C0
Text Example
Text Example
White with #FF71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71C0; }
p { color: rgb(255,113,192); }
H1.HeaderClassName
{
color: #FF71C0;
}
.AnyTagClassName
{
color: #FF71C0;
}
</style>
background-color css
<style>
a { background-color: #FF71C0; }
a { background-color: rgb(255,113,192); }
div.DivClassName
{
background-color: #FF71C0;
}
.BgClassName
{
background-color: #FF71C0;
}
</style>
border-color css
<style>
span { border-color: #FF71C0; }
span { border-color: rgb(255,113,192); }
td.TdClassName
{
border-color: #FF71C0;
}
.TagClassName
{
border-color: #FF71C0;
}
</style>