Shades of Neon Pink #FE65DE
Tints of Neon Pink #FE65DE
RGB
CMYK
RGB Variations
Color information
#FE65DE (or 0xFE65DE) is known color: Neon Pink. HEX triplet: FE, 65 and DE. RGB value is (254,101,222). Sum of RGB (Red+Green+Blue) = 254+101+222=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65DE is #019A21. Grayscale: #A0A0A0. Windows color (decimal): -104994 or 14575102. OLE color: 14575102.
HSL color Cylindrical-coordinate representation of color #FE65DE: hue angle of 312.55º 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 #FE65DE is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 222 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.00 |
| HSL | 312.55º | 0.99% | 0.7% | - |
| HSV(B) | 312.55º | 0.6% | 1% | - |
| XYZ | 58.71 | 35.65 | 72.89 | - |
| YUV | 160.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 222 | 0 | 0.60 | 0.13 | 0.00 | 312.55 | 0.99 | 0.7 |
| Hex | FE | 65 | DE | 0 | 3C | D | 0 | 139 | 63 | 46 |
| Octal | 376 | 145 | 336 | 0 | 74 | 15 | 0 | 471 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11011110 | 0 | 111100 | 1101 | 0 | 100111001 | 1100011 | 1000110 |
Color Harmonies of #FE65DE
Complementary color
Monochromatic Colors of #FE65DE
Black with #FE65DE
Text Example
Text Example
White with #FE65DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65DE; }
p { color: rgb(254,101,222); }
H1.HeaderClassName
{
color: #FE65DE;
}
.AnyTagClassName
{
color: #FE65DE;
}
</style>
background-color css
<style>
a { background-color: #FE65DE; }
a { background-color: rgb(254,101,222); }
div.DivClassName
{
background-color: #FE65DE;
}
.BgClassName
{
background-color: #FE65DE;
}
</style>
border-color css
<style>
span { border-color: #FE65DE; }
span { border-color: rgb(254,101,222); }
td.TdClassName
{
border-color: #FE65DE;
}
.TagClassName
{
border-color: #FE65DE;
}
</style>