Shades of Neon Pink #FE78D1
Tints of Neon Pink #FE78D1
RGB
CMYK
RGB Variations
Color information
#FE78D1 (or 0xFE78D1) is known color: Neon Pink. HEX triplet: FE, 78 and D1. RGB value is (254,120,209). Sum of RGB (Red+Green+Blue) = 254+120+209=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78D1 is #01872E. Grayscale: #A9A9A9. Windows color (decimal): -100143 or 13727998. OLE color: 13727998.
HSL color Cylindrical-coordinate representation of color #FE78D1: hue angle of 320.15º 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 #FE78D1 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 209 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.00 |
| HSL | 320.15º | 0.99% | 0.73% | - |
| HSV(B) | 320.15º | 0.53% | 1% | - |
| XYZ | 59.1 | 39.11 | 64.76 | - |
| YUV | 170.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 209 | 0 | 0.53 | 0.18 | 0.00 | 320.15 | 0.99 | 0.73 |
| Hex | FE | 78 | D1 | 0 | 35 | 12 | 0 | 140 | 63 | 49 |
| Octal | 376 | 170 | 321 | 0 | 65 | 22 | 0 | 500 | 143 | 111 |
| Binary | 11111110 | 1111000 | 11010001 | 0 | 110101 | 10010 | 0 | 101000000 | 1100011 | 1001001 |
Color Harmonies of #FE78D1
Complementary color
Monochromatic Colors of #FE78D1
Black with #FE78D1
Text Example
Text Example
White with #FE78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78D1; }
p { color: rgb(254,120,209); }
H1.HeaderClassName
{
color: #FE78D1;
}
.AnyTagClassName
{
color: #FE78D1;
}
</style>
background-color css
<style>
a { background-color: #FE78D1; }
a { background-color: rgb(254,120,209); }
div.DivClassName
{
background-color: #FE78D1;
}
.BgClassName
{
background-color: #FE78D1;
}
</style>
border-color css
<style>
span { border-color: #FE78D1; }
span { border-color: rgb(254,120,209); }
td.TdClassName
{
border-color: #FE78D1;
}
.TagClassName
{
border-color: #FE78D1;
}
</style>