Shades of Neon Pink #FE78D4
Tints of Neon Pink #FE78D4
RGB
CMYK
RGB Variations
Color information
#FE78D4 (or 0xFE78D4) is known color: Neon Pink. HEX triplet: FE, 78 and D4. RGB value is (254,120,212). Sum of RGB (Red+Green+Blue) = 254+120+212=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78D4 is #01872B. Grayscale: #AAAAAA. Windows color (decimal): -100140 or 13924606. OLE color: 13924606.
HSL color Cylindrical-coordinate representation of color #FE78D4: hue angle of 318.81º 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 #FE78D4 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 212 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.00 |
| HSL | 318.81º | 0.99% | 0.73% | - |
| HSV(B) | 318.81º | 0.53% | 1% | - |
| XYZ | 59.47 | 39.26 | 66.73 | - |
| YUV | 170.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 212 | 0 | 0.53 | 0.17 | 0.00 | 318.81 | 0.99 | 0.73 |
| Hex | FE | 78 | D4 | 0 | 35 | 11 | 0 | 13F | 63 | 49 |
| Octal | 376 | 170 | 324 | 0 | 65 | 21 | 0 | 477 | 143 | 111 |
| Binary | 11111110 | 1111000 | 11010100 | 0 | 110101 | 10001 | 0 | 100111111 | 1100011 | 1001001 |
Color Harmonies of #FE78D4
Complementary color
Monochromatic Colors of #FE78D4
Black with #FE78D4
Text Example
Text Example
White with #FE78D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE78D4; }
p { color: rgb(254,120,212); }
H1.HeaderClassName
{
color: #FE78D4;
}
.AnyTagClassName
{
color: #FE78D4;
}
</style>
background-color css
<style>
a { background-color: #FE78D4; }
a { background-color: rgb(254,120,212); }
div.DivClassName
{
background-color: #FE78D4;
}
.BgClassName
{
background-color: #FE78D4;
}
</style>
border-color css
<style>
span { border-color: #FE78D4; }
span { border-color: rgb(254,120,212); }
td.TdClassName
{
border-color: #FE78D4;
}
.TagClassName
{
border-color: #FE78D4;
}
</style>