Shades of Neon Pink #FE65D9
Tints of Neon Pink #FE65D9
RGB
CMYK
RGB Variations
Color information
#FE65D9 (or 0xFE65D9) is known color: Neon Pink. HEX triplet: FE, 65 and D9. RGB value is (254,101,217). Sum of RGB (Red+Green+Blue) = 254+101+217=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 101 (39.84% from 255 or 17.66% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65D9 is #019A26. Grayscale: #9F9F9F. Windows color (decimal): -104999 or 14247422. OLE color: 14247422.
HSL color Cylindrical-coordinate representation of color #FE65D9: hue angle of 314.51º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65D9 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 217 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.00 |
| HSL | 314.51º | 0.99% | 0.7% | - |
| HSV(B) | 314.51º | 0.6% | 1% | - |
| XYZ | 58.05 | 35.39 | 69.42 | - |
| YUV | 159.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 217 | 0 | 0.60 | 0.15 | 0.00 | 314.51 | 0.99 | 0.7 |
| Hex | FE | 65 | D9 | 0 | 3C | F | 0 | 13B | 63 | 46 |
| Octal | 376 | 145 | 331 | 0 | 74 | 17 | 0 | 473 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11011001 | 0 | 111100 | 1111 | 0 | 100111011 | 1100011 | 1000110 |
Color Harmonies of #FE65D9
Complementary color
Monochromatic Colors of #FE65D9
Black with #FE65D9
Text Example
Text Example
White with #FE65D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65D9; }
p { color: rgb(254,101,217); }
H1.HeaderClassName
{
color: #FE65D9;
}
.AnyTagClassName
{
color: #FE65D9;
}
</style>
background-color css
<style>
a { background-color: #FE65D9; }
a { background-color: rgb(254,101,217); }
div.DivClassName
{
background-color: #FE65D9;
}
.BgClassName
{
background-color: #FE65D9;
}
</style>
border-color css
<style>
span { border-color: #FE65D9; }
span { border-color: rgb(254,101,217); }
td.TdClassName
{
border-color: #FE65D9;
}
.TagClassName
{
border-color: #FE65D9;
}
</style>