Shades of Neon Pink #FE7CCD
Tints of Neon Pink #FE7CCD
RGB
CMYK
RGB Variations
Color information
#FE7CCD (or 0xFE7CCD) is known color: Neon Pink. HEX triplet: FE, 7C and CD. RGB value is (254,124,205). Sum of RGB (Red+Green+Blue) = 254+124+205=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7CCD is #018332. Grayscale: #ABABAB. Windows color (decimal): -99123 or 13466878. OLE color: 13466878.
HSL color Cylindrical-coordinate representation of color #FE7CCD: hue angle of 322.62º 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 #FE7CCD is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 205 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.00 |
| HSL | 322.62º | 0.98% | 0.74% | - |
| HSV(B) | 322.62º | 0.51% | 1% | - |
| XYZ | 59.1 | 39.89 | 62.34 | - |
| YUV | 172.1 | 146.57 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 205 | 0 | 0.51 | 0.19 | 0.00 | 322.62 | 0.98 | 0.74 |
| Hex | FE | 7C | CD | 0 | 33 | 13 | 0 | 143 | 62 | 4A |
| Octal | 376 | 174 | 315 | 0 | 63 | 23 | 0 | 503 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11001101 | 0 | 110011 | 10011 | 0 | 101000011 | 1100010 | 1001010 |
Color Harmonies of #FE7CCD
Complementary color
Monochromatic Colors of #FE7CCD
Black with #FE7CCD
Text Example
Text Example
White with #FE7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CCD; }
p { color: rgb(254,124,205); }
H1.HeaderClassName
{
color: #FE7CCD;
}
.AnyTagClassName
{
color: #FE7CCD;
}
</style>
background-color css
<style>
a { background-color: #FE7CCD; }
a { background-color: rgb(254,124,205); }
div.DivClassName
{
background-color: #FE7CCD;
}
.BgClassName
{
background-color: #FE7CCD;
}
</style>
border-color css
<style>
span { border-color: #FE7CCD; }
span { border-color: rgb(254,124,205); }
td.TdClassName
{
border-color: #FE7CCD;
}
.TagClassName
{
border-color: #FE7CCD;
}
</style>