Shades of Neon Pink #FE71C7
Tints of Neon Pink #FE71C7
RGB
CMYK
RGB Variations
Color information
#FE71C7 (or 0xFE71C7) is known color: Neon Pink. HEX triplet: FE, 71 and C7. RGB value is (254,113,199). Sum of RGB (Red+Green+Blue) = 254+113+199=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71C7 is #018E38. Grayscale: #A4A4A4. Windows color (decimal): -101945 or 13070846. OLE color: 13070846.
HSL color Cylindrical-coordinate representation of color #FE71C7: hue angle of 323.4º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE71C7 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 199 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.00 |
| HSL | 323.4º | 0.99% | 0.72% | - |
| HSV(B) | 323.4º | 0.56% | 1% | - |
| XYZ | 57.09 | 37 | 58.17 | - |
| YUV | 164.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 199 | 0 | 0.56 | 0.22 | 0.00 | 323.4 | 0.99 | 0.72 |
| Hex | FE | 71 | C7 | 0 | 38 | 16 | 0 | 143 | 63 | 48 |
| Octal | 376 | 161 | 307 | 0 | 70 | 26 | 0 | 503 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11000111 | 0 | 111000 | 10110 | 0 | 101000011 | 1100011 | 1001000 |
Color Harmonies of #FE71C7
Complementary color
Monochromatic Colors of #FE71C7
Black with #FE71C7
Text Example
Text Example
White with #FE71C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71C7; }
p { color: rgb(254,113,199); }
H1.HeaderClassName
{
color: #FE71C7;
}
.AnyTagClassName
{
color: #FE71C7;
}
</style>
background-color css
<style>
a { background-color: #FE71C7; }
a { background-color: rgb(254,113,199); }
div.DivClassName
{
background-color: #FE71C7;
}
.BgClassName
{
background-color: #FE71C7;
}
</style>
border-color css
<style>
span { border-color: #FE71C7; }
span { border-color: rgb(254,113,199); }
td.TdClassName
{
border-color: #FE71C7;
}
.TagClassName
{
border-color: #FE71C7;
}
</style>