Shades of Neon Pink #FE76CD
Tints of Neon Pink #FE76CD
RGB
CMYK
RGB Variations
Color information
#FE76CD (or 0xFE76CD) is known color: Neon Pink. HEX triplet: FE, 76 and CD. RGB value is (254,118,205). Sum of RGB (Red+Green+Blue) = 254+118+205=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76CD is #018932. Grayscale: #A8A8A8. Windows color (decimal): -100659 or 13465342. OLE color: 13465342.
HSL color Cylindrical-coordinate representation of color #FE76CD: hue angle of 321.62º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE76CD is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 118 | 205 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.00 |
| HSL | 321.62º | 0.99% | 0.73% | - |
| HSV(B) | 321.62º | 0.54% | 1% | - |
| XYZ | 58.37 | 38.44 | 62.1 | - |
| YUV | 168.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 118 | 205 | 0 | 0.54 | 0.19 | 0.00 | 321.62 | 0.99 | 0.73 |
| Hex | FE | 76 | CD | 0 | 36 | 13 | 0 | 142 | 63 | 49 |
| Octal | 376 | 166 | 315 | 0 | 66 | 23 | 0 | 502 | 143 | 111 |
| Binary | 11111110 | 1110110 | 11001101 | 0 | 110110 | 10011 | 0 | 101000010 | 1100011 | 1001001 |
Color Harmonies of #FE76CD
Complementary color
Monochromatic Colors of #FE76CD
Black with #FE76CD
Text Example
Text Example
White with #FE76CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE76CD; }
p { color: rgb(254,118,205); }
H1.HeaderClassName
{
color: #FE76CD;
}
.AnyTagClassName
{
color: #FE76CD;
}
</style>
background-color css
<style>
a { background-color: #FE76CD; }
a { background-color: rgb(254,118,205); }
div.DivClassName
{
background-color: #FE76CD;
}
.BgClassName
{
background-color: #FE76CD;
}
</style>
border-color css
<style>
span { border-color: #FE76CD; }
span { border-color: rgb(254,118,205); }
td.TdClassName
{
border-color: #FE76CD;
}
.TagClassName
{
border-color: #FE76CD;
}
</style>