Shades of Neon Pink #FE71CA
Tints of Neon Pink #FE71CA
RGB
CMYK
RGB Variations
Color information
#FE71CA (or 0xFE71CA) is known color: Neon Pink. HEX triplet: FE, 71 and CA. RGB value is (254,113,202). Sum of RGB (Red+Green+Blue) = 254+113+202=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71CA is #018E35. Grayscale: #A5A5A5. Windows color (decimal): -101942 or 13267454. OLE color: 13267454.
HSL color Cylindrical-coordinate representation of color #FE71CA: hue angle of 322.13º 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 #FE71CA is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 202 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.00 |
| HSL | 322.13º | 0.99% | 0.72% | - |
| HSV(B) | 322.13º | 0.56% | 1% | - |
| XYZ | 57.44 | 37.15 | 60.02 | - |
| YUV | 165.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 202 | 0 | 0.56 | 0.20 | 0.00 | 322.13 | 0.99 | 0.72 |
| Hex | FE | 71 | CA | 0 | 38 | 14 | 0 | 142 | 63 | 48 |
| Octal | 376 | 161 | 312 | 0 | 70 | 24 | 0 | 502 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11001010 | 0 | 111000 | 10100 | 0 | 101000010 | 1100011 | 1001000 |
Color Harmonies of #FE71CA
Complementary color
Monochromatic Colors of #FE71CA
Black with #FE71CA
Text Example
Text Example
White with #FE71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71CA; }
p { color: rgb(254,113,202); }
H1.HeaderClassName
{
color: #FE71CA;
}
.AnyTagClassName
{
color: #FE71CA;
}
</style>
background-color css
<style>
a { background-color: #FE71CA; }
a { background-color: rgb(254,113,202); }
div.DivClassName
{
background-color: #FE71CA;
}
.BgClassName
{
background-color: #FE71CA;
}
</style>
border-color css
<style>
span { border-color: #FE71CA; }
span { border-color: rgb(254,113,202); }
td.TdClassName
{
border-color: #FE71CA;
}
.TagClassName
{
border-color: #FE71CA;
}
</style>