Shades of Neon Pink #FE65DD
Tints of Neon Pink #FE65DD
RGB
CMYK
RGB Variations
Color information
#FE65DD (or 0xFE65DD) is known color: Neon Pink. HEX triplet: FE, 65 and DD. RGB value is (254,101,221). Sum of RGB (Red+Green+Blue) = 254+101+221=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65DD is #019A22. Grayscale: #A0A0A0. Windows color (decimal): -104995 or 14509566. OLE color: 14509566.
HSL color Cylindrical-coordinate representation of color #FE65DD: hue angle of 312.94º 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 #FE65DD is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 221 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.00 |
| HSL | 312.94º | 0.99% | 0.7% | - |
| HSV(B) | 312.94º | 0.6% | 1% | - |
| XYZ | 58.58 | 35.6 | 72.19 | - |
| YUV | 160.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 221 | 0 | 0.60 | 0.13 | 0.00 | 312.94 | 0.99 | 0.7 |
| Hex | FE | 65 | DD | 0 | 3C | D | 0 | 139 | 63 | 46 |
| Octal | 376 | 145 | 335 | 0 | 74 | 15 | 0 | 471 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11011101 | 0 | 111100 | 1101 | 0 | 100111001 | 1100011 | 1000110 |
Color Harmonies of #FE65DD
Complementary color
Monochromatic Colors of #FE65DD
Black with #FE65DD
Text Example
Text Example
White with #FE65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65DD; }
p { color: rgb(254,101,221); }
H1.HeaderClassName
{
color: #FE65DD;
}
.AnyTagClassName
{
color: #FE65DD;
}
</style>
background-color css
<style>
a { background-color: #FE65DD; }
a { background-color: rgb(254,101,221); }
div.DivClassName
{
background-color: #FE65DD;
}
.BgClassName
{
background-color: #FE65DD;
}
</style>
border-color css
<style>
span { border-color: #FE65DD; }
span { border-color: rgb(254,101,221); }
td.TdClassName
{
border-color: #FE65DD;
}
.TagClassName
{
border-color: #FE65DD;
}
</style>