Shades of Neon Pink #FE7DCF
Tints of Neon Pink #FE7DCF
RGB
CMYK
RGB Variations
Color information
#FE7DCF (or 0xFE7DCF) is known color: Neon Pink. HEX triplet: FE, 7D and CF. RGB value is (254,125,207). Sum of RGB (Red+Green+Blue) = 254+125+207=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7DCF is #018230. Grayscale: #ACACAC. Windows color (decimal): -98865 or 13598206. OLE color: 13598206.
HSL color Cylindrical-coordinate representation of color #FE7DCF: hue angle of 321.86º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DCF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 207 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.00 |
| HSL | 321.86º | 0.98% | 0.74% | - |
| HSV(B) | 321.86º | 0.51% | 1% | - |
| XYZ | 59.47 | 40.24 | 63.66 | - |
| YUV | 172.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 207 | 0 | 0.51 | 0.19 | 0.00 | 321.86 | 0.98 | 0.74 |
| Hex | FE | 7D | CF | 0 | 33 | 13 | 0 | 142 | 62 | 4A |
| Octal | 376 | 175 | 317 | 0 | 63 | 23 | 0 | 502 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11001111 | 0 | 110011 | 10011 | 0 | 101000010 | 1100010 | 1001010 |
Color Harmonies of #FE7DCF
Complementary color
Monochromatic Colors of #FE7DCF
Black with #FE7DCF
Text Example
Text Example
White with #FE7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DCF; }
p { color: rgb(254,125,207); }
H1.HeaderClassName
{
color: #FE7DCF;
}
.AnyTagClassName
{
color: #FE7DCF;
}
</style>
background-color css
<style>
a { background-color: #FE7DCF; }
a { background-color: rgb(254,125,207); }
div.DivClassName
{
background-color: #FE7DCF;
}
.BgClassName
{
background-color: #FE7DCF;
}
</style>
border-color css
<style>
span { border-color: #FE7DCF; }
span { border-color: rgb(254,125,207); }
td.TdClassName
{
border-color: #FE7DCF;
}
.TagClassName
{
border-color: #FE7DCF;
}
</style>