Shades of Neon Pink #FE71D0
Tints of Neon Pink #FE71D0
RGB
CMYK
RGB Variations
Color information
#FE71D0 (or 0xFE71D0) is known color: Neon Pink. HEX triplet: FE, 71 and D0. RGB value is (254,113,208). Sum of RGB (Red+Green+Blue) = 254+113+208=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71D0 is #018E2F. Grayscale: #A5A5A5. Windows color (decimal): -101936 or 13660670. OLE color: 13660670.
HSL color Cylindrical-coordinate representation of color #FE71D0: hue angle of 319.57º 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 #FE71D0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 208 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.00 |
| HSL | 319.57º | 0.99% | 0.72% | - |
| HSV(B) | 319.57º | 0.56% | 1% | - |
| XYZ | 58.16 | 37.44 | 63.83 | - |
| YUV | 165.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 208 | 0 | 0.56 | 0.18 | 0.00 | 319.57 | 0.99 | 0.72 |
| Hex | FE | 71 | D0 | 0 | 38 | 12 | 0 | 140 | 63 | 48 |
| Octal | 376 | 161 | 320 | 0 | 70 | 22 | 0 | 500 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11010000 | 0 | 111000 | 10010 | 0 | 101000000 | 1100011 | 1001000 |
Color Harmonies of #FE71D0
Complementary color
Monochromatic Colors of #FE71D0
Black with #FE71D0
Text Example
Text Example
White with #FE71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71D0; }
p { color: rgb(254,113,208); }
H1.HeaderClassName
{
color: #FE71D0;
}
.AnyTagClassName
{
color: #FE71D0;
}
</style>
background-color css
<style>
a { background-color: #FE71D0; }
a { background-color: rgb(254,113,208); }
div.DivClassName
{
background-color: #FE71D0;
}
.BgClassName
{
background-color: #FE71D0;
}
</style>
border-color css
<style>
span { border-color: #FE71D0; }
span { border-color: rgb(254,113,208); }
td.TdClassName
{
border-color: #FE71D0;
}
.TagClassName
{
border-color: #FE71D0;
}
</style>