Shades of Neon Pink #FE78C9
Tints of Neon Pink #FE78C9
RGB
CMYK
RGB Variations
Color information
#FE78C9 (or 0xFE78C9) is known color: Neon Pink. HEX triplet: FE, 78 and C9. RGB value is (254,120,201). Sum of RGB (Red+Green+Blue) = 254+120+201=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78C9 is #018736. Grayscale: #A9A9A9. Windows color (decimal): -100151 or 13203710. OLE color: 13203710.
HSL color Cylindrical-coordinate representation of color #FE78C9: hue angle of 323.73º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FE78C9 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 201 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.00 |
| HSL | 323.73º | 0.99% | 0.73% | - |
| HSV(B) | 323.73º | 0.53% | 1% | - |
| XYZ | 58.13 | 38.72 | 59.67 | - |
| YUV | 169.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 201 | 0 | 0.53 | 0.21 | 0.00 | 323.73 | 0.99 | 0.73 |
| Hex | FE | 78 | C9 | 0 | 35 | 15 | 0 | 144 | 63 | 49 |
| Octal | 376 | 170 | 311 | 0 | 65 | 25 | 0 | 504 | 143 | 111 |
| Binary | 11111110 | 1111000 | 11001001 | 0 | 110101 | 10101 | 0 | 101000100 | 1100011 | 1001001 |
Color Harmonies of #FE78C9
Complementary color
Monochromatic Colors of #FE78C9
Black with #FE78C9
Text Example
Text Example
White with #FE78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78C9; }
p { color: rgb(254,120,201); }
H1.HeaderClassName
{
color: #FE78C9;
}
.AnyTagClassName
{
color: #FE78C9;
}
</style>
background-color css
<style>
a { background-color: #FE78C9; }
a { background-color: rgb(254,120,201); }
div.DivClassName
{
background-color: #FE78C9;
}
.BgClassName
{
background-color: #FE78C9;
}
</style>
border-color css
<style>
span { border-color: #FE78C9; }
span { border-color: rgb(254,120,201); }
td.TdClassName
{
border-color: #FE78C9;
}
.TagClassName
{
border-color: #FE78C9;
}
</style>