Shades of Neon Pink #FE71DA
Tints of Neon Pink #FE71DA
RGB
CMYK
RGB Variations
Color information
#FE71DA (or 0xFE71DA) is known color: Neon Pink. HEX triplet: FE, 71 and DA. RGB value is (254,113,218). Sum of RGB (Red+Green+Blue) = 254+113+218=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71DA is #018E25. Grayscale: #A6A6A6. Windows color (decimal): -101926 or 14316030. OLE color: 14316030.
HSL color Cylindrical-coordinate representation of color #FE71DA: hue angle of 315.32º 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 #FE71DA is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 218 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.00 |
| HSL | 315.32º | 0.99% | 0.72% | - |
| HSV(B) | 315.32º | 0.56% | 1% | - |
| XYZ | 59.43 | 37.94 | 70.52 | - |
| YUV | 167.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 218 | 0 | 0.56 | 0.14 | 0.00 | 315.32 | 0.99 | 0.72 |
| Hex | FE | 71 | DA | 0 | 38 | E | 0 | 13B | 63 | 48 |
| Octal | 376 | 161 | 332 | 0 | 70 | 16 | 0 | 473 | 143 | 110 |
| Binary | 11111110 | 1110001 | 11011010 | 0 | 111000 | 1110 | 0 | 100111011 | 1100011 | 1001000 |
Color Harmonies of #FE71DA
Complementary color
Monochromatic Colors of #FE71DA
Black with #FE71DA
Text Example
Text Example
White with #FE71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE71DA; }
p { color: rgb(254,113,218); }
H1.HeaderClassName
{
color: #FE71DA;
}
.AnyTagClassName
{
color: #FE71DA;
}
</style>
background-color css
<style>
a { background-color: #FE71DA; }
a { background-color: rgb(254,113,218); }
div.DivClassName
{
background-color: #FE71DA;
}
.BgClassName
{
background-color: #FE71DA;
}
</style>
border-color css
<style>
span { border-color: #FE71DA; }
span { border-color: rgb(254,113,218); }
td.TdClassName
{
border-color: #FE71DA;
}
.TagClassName
{
border-color: #FE71DA;
}
</style>