Shades of Neon Pink #FE71C8
Tints of Neon Pink #FE71C8
RGB
CMYK
RGB Variations
Color information
#FE71C8 (or 0xFE71C8) is known color: Neon Pink. HEX triplet: FE, 71 and C8. RGB value is (254,113,200). Sum of RGB (Red+Green+Blue) = 254+113+200=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71C8 is #018E37. Grayscale: #A4A4A4. Windows color (decimal): -101944 or 13136382. OLE color: 13136382.
HSL color Cylindrical-coordinate representation of color #FE71C8: hue angle of 322.98º 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 #FE71C8 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 200 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.00 |
| HSL | 322.98º | 0.99% | 0.72% | - |
| HSV(B) | 322.98º | 0.56% | 1% | - |
| XYZ | 57.2 | 37.05 | 58.78 | - |
| YUV | 165.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 200 | 0 | 0.56 | 0.21 | 0.00 | 322.98 | 0.99 | 0.72 |
| Hex | FE | 71 | C8 | 0 | 38 | 15 | 0 | 143 | 63 | 48 |
| Octal | 376 | 161 | 310 | 0 | 70 | 25 | 0 | 503 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11001000 | 0 | 111000 | 10101 | 0 | 101000011 | 1100011 | 1001000 |
Color Harmonies of #FE71C8
Complementary color
Monochromatic Colors of #FE71C8
Black with #FE71C8
Text Example
Text Example
White with #FE71C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71C8; }
p { color: rgb(254,113,200); }
H1.HeaderClassName
{
color: #FE71C8;
}
.AnyTagClassName
{
color: #FE71C8;
}
</style>
background-color css
<style>
a { background-color: #FE71C8; }
a { background-color: rgb(254,113,200); }
div.DivClassName
{
background-color: #FE71C8;
}
.BgClassName
{
background-color: #FE71C8;
}
</style>
border-color css
<style>
span { border-color: #FE71C8; }
span { border-color: rgb(254,113,200); }
td.TdClassName
{
border-color: #FE71C8;
}
.TagClassName
{
border-color: #FE71C8;
}
</style>