Shades of Neon Pink #FE71CF
Tints of Neon Pink #FE71CF
RGB
CMYK
RGB Variations
Color information
#FE71CF (or 0xFE71CF) is known color: Neon Pink. HEX triplet: FE, 71 and CF. RGB value is (254,113,207). Sum of RGB (Red+Green+Blue) = 254+113+207=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 113 (44.53% from 255 or 19.69% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71CF is #018E30. Grayscale: #A5A5A5. Windows color (decimal): -101937 or 13595134. OLE color: 13595134.
HSL color Cylindrical-coordinate representation of color #FE71CF: hue angle of 320º 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 #FE71CF is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 207 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.00 |
| HSL | 320º | 0.99% | 0.72% | - |
| HSV(B) | 320º | 0.56% | 1% | - |
| XYZ | 58.04 | 37.39 | 63.19 | - |
| YUV | 165.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 207 | 0 | 0.56 | 0.19 | 0.00 | 320 | 0.99 | 0.72 |
| Hex | FE | 71 | CF | 0 | 38 | 13 | 0 | 140 | 63 | 48 |
| Octal | 376 | 161 | 317 | 0 | 70 | 23 | 0 | 500 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11001111 | 0 | 111000 | 10011 | 0 | 101000000 | 1100011 | 1001000 |
Color Harmonies of #FE71CF
Complementary color
Monochromatic Colors of #FE71CF
Black with #FE71CF
Text Example
Text Example
White with #FE71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71CF; }
p { color: rgb(254,113,207); }
H1.HeaderClassName
{
color: #FE71CF;
}
.AnyTagClassName
{
color: #FE71CF;
}
</style>
background-color css
<style>
a { background-color: #FE71CF; }
a { background-color: rgb(254,113,207); }
div.DivClassName
{
background-color: #FE71CF;
}
.BgClassName
{
background-color: #FE71CF;
}
</style>
border-color css
<style>
span { border-color: #FE71CF; }
span { border-color: rgb(254,113,207); }
td.TdClassName
{
border-color: #FE71CF;
}
.TagClassName
{
border-color: #FE71CF;
}
</style>