Shades of Neon Pink #FE71CC
Tints of Neon Pink #FE71CC
RGB
CMYK
RGB Variations
Color information
#FE71CC (or 0xFE71CC) is known color: Neon Pink. HEX triplet: FE, 71 and CC. RGB value is (254,113,204). Sum of RGB (Red+Green+Blue) = 254+113+204=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71CC is #018E33. Grayscale: #A5A5A5. Windows color (decimal): -101940 or 13398526. OLE color: 13398526.
HSL color Cylindrical-coordinate representation of color #FE71CC: hue angle of 321.28º 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 #FE71CC is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 204 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.00 |
| HSL | 321.28º | 0.99% | 0.72% | - |
| HSV(B) | 321.28º | 0.56% | 1% | - |
| XYZ | 57.68 | 37.24 | 61.27 | - |
| YUV | 165.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 204 | 0 | 0.56 | 0.20 | 0.00 | 321.28 | 0.99 | 0.72 |
| Hex | FE | 71 | CC | 0 | 38 | 14 | 0 | 141 | 63 | 48 |
| Octal | 376 | 161 | 314 | 0 | 70 | 24 | 0 | 501 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11001100 | 0 | 111000 | 10100 | 0 | 101000001 | 1100011 | 1001000 |
Color Harmonies of #FE71CC
Complementary color
Monochromatic Colors of #FE71CC
Black with #FE71CC
Text Example
Text Example
White with #FE71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71CC; }
p { color: rgb(254,113,204); }
H1.HeaderClassName
{
color: #FE71CC;
}
.AnyTagClassName
{
color: #FE71CC;
}
</style>
background-color css
<style>
a { background-color: #FE71CC; }
a { background-color: rgb(254,113,204); }
div.DivClassName
{
background-color: #FE71CC;
}
.BgClassName
{
background-color: #FE71CC;
}
</style>
border-color css
<style>
span { border-color: #FE71CC; }
span { border-color: rgb(254,113,204); }
td.TdClassName
{
border-color: #FE71CC;
}
.TagClassName
{
border-color: #FE71CC;
}
</style>