Shades of Neon Pink #FE71D5
Tints of Neon Pink #FE71D5
RGB
CMYK
RGB Variations
Color information
#FE71D5 (or 0xFE71D5) is known color: Neon Pink. HEX triplet: FE, 71 and D5. RGB value is (254,113,213). Sum of RGB (Red+Green+Blue) = 254+113+213=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71D5 is #018E2A. Grayscale: #A6A6A6. Windows color (decimal): -101931 or 13988350. OLE color: 13988350.
HSL color Cylindrical-coordinate representation of color #FE71D5: hue angle of 317.45º 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 #FE71D5 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 213 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.00 |
| HSL | 317.45º | 0.99% | 0.72% | - |
| HSV(B) | 317.45º | 0.56% | 1% | - |
| XYZ | 58.79 | 37.69 | 67.13 | - |
| YUV | 166.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 213 | 0 | 0.56 | 0.16 | 0.00 | 317.45 | 0.99 | 0.72 |
| Hex | FE | 71 | D5 | 0 | 38 | 10 | 0 | 13D | 63 | 48 |
| Octal | 376 | 161 | 325 | 0 | 70 | 20 | 0 | 475 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11010101 | 0 | 111000 | 10000 | 0 | 100111101 | 1100011 | 1001000 |
Color Harmonies of #FE71D5
Complementary color
Monochromatic Colors of #FE71D5
Black with #FE71D5
Text Example
Text Example
White with #FE71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71D5; }
p { color: rgb(254,113,213); }
H1.HeaderClassName
{
color: #FE71D5;
}
.AnyTagClassName
{
color: #FE71D5;
}
</style>
background-color css
<style>
a { background-color: #FE71D5; }
a { background-color: rgb(254,113,213); }
div.DivClassName
{
background-color: #FE71D5;
}
.BgClassName
{
background-color: #FE71D5;
}
</style>
border-color css
<style>
span { border-color: #FE71D5; }
span { border-color: rgb(254,113,213); }
td.TdClassName
{
border-color: #FE71D5;
}
.TagClassName
{
border-color: #FE71D5;
}
</style>