Shades of Neon Pink #FE61D9
Tints of Neon Pink #FE61D9
RGB
CMYK
RGB Variations
Color information
#FE61D9 (or 0xFE61D9) is known color: Neon Pink. HEX triplet: FE, 61 and D9. RGB value is (254,97,217). Sum of RGB (Red+Green+Blue) = 254+97+217=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 97 (38.28% from 255 or 17.08% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61D9 is #019E26. Grayscale: #9D9D9D. Windows color (decimal): -106023 or 14246398. OLE color: 14246398.
HSL color Cylindrical-coordinate representation of color #FE61D9: hue angle of 314.14º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE61D9 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 217 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.00 |
| HSL | 314.14º | 0.99% | 0.69% | - |
| HSV(B) | 314.14º | 0.62% | 1% | - |
| XYZ | 57.67 | 34.63 | 69.29 | - |
| YUV | 157.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 217 | 0 | 0.62 | 0.15 | 0.00 | 314.14 | 0.99 | 0.69 |
| Hex | FE | 61 | D9 | 0 | 3E | F | 0 | 13A | 63 | 45 |
| Octal | 376 | 141 | 331 | 0 | 76 | 17 | 0 | 472 | 143 | 105 |
| Binary | 11111110 | 1100001 | 11011001 | 0 | 111110 | 1111 | 0 | 100111010 | 1100011 | 1000101 |
Color Harmonies of #FE61D9
Complementary color
Monochromatic Colors of #FE61D9
Black with #FE61D9
Text Example
Text Example
White with #FE61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61D9; }
p { color: rgb(254,97,217); }
H1.HeaderClassName
{
color: #FE61D9;
}
.AnyTagClassName
{
color: #FE61D9;
}
</style>
background-color css
<style>
a { background-color: #FE61D9; }
a { background-color: rgb(254,97,217); }
div.DivClassName
{
background-color: #FE61D9;
}
.BgClassName
{
background-color: #FE61D9;
}
</style>
border-color css
<style>
span { border-color: #FE61D9; }
span { border-color: rgb(254,97,217); }
td.TdClassName
{
border-color: #FE61D9;
}
.TagClassName
{
border-color: #FE61D9;
}
</style>