Shades of Neon Pink #FF71C1
Tints of Neon Pink #FF71C1
RGB
CMYK
RGB Variations
Color information
#FF71C1 (or 0xFF71C1) is known color: Neon Pink. HEX triplet: FF, 71 and C1. RGB value is (255,113,193). Sum of RGB (Red+Green+Blue) = 255+113+193=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71C1 is #008E3E. Grayscale: #A4A4A4. Windows color (decimal): -36415 or 12677631. OLE color: 12677631.
HSL color Cylindrical-coordinate representation of color #FF71C1: hue angle of 326.2º 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 #FF71C1 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 193 | - |
| CMYK | 0 | 0.56 | 0.24 | 0 |
| HSL | 326.2º | 1% | 0.72% | - |
| HSV(B) | 326.2º | 0.56% | 1% | - |
| XYZ | 56.77 | 36.92 | 54.59 | - |
| YUV | 164.58 | 144.04 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 193 | 0 | 0.56 | 0.24 | 0 | 326.2 | 1 | 0.72 |
| Hex | FF | 71 | C1 | 0 | 38 | 18 | 0 | 146 | 64 | 48 |
| Octal | 377 | 161 | 301 | 0 | 70 | 30 | 0 | 506 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11000001 | 0 | 111000 | 11000 | 0 | 101000110 | 1100100 | 1001000 |
Color Harmonies of #FF71C1
Complementary color
Monochromatic Colors of #FF71C1
Black with #FF71C1
Text Example
Text Example
White with #FF71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71C1; }
p { color: rgb(255,113,193); }
H1.HeaderClassName
{
color: #FF71C1;
}
.AnyTagClassName
{
color: #FF71C1;
}
</style>
background-color css
<style>
a { background-color: #FF71C1; }
a { background-color: rgb(255,113,193); }
div.DivClassName
{
background-color: #FF71C1;
}
.BgClassName
{
background-color: #FF71C1;
}
</style>
border-color css
<style>
span { border-color: #FF71C1; }
span { border-color: rgb(255,113,193); }
td.TdClassName
{
border-color: #FF71C1;
}
.TagClassName
{
border-color: #FF71C1;
}
</style>