Shades of Neon Pink #FE61DD
Tints of Neon Pink #FE61DD
RGB
CMYK
RGB Variations
Color information
#FE61DD (or 0xFE61DD) is known color: Neon Pink. HEX triplet: FE, 61 and DD. RGB value is (254,97,221). Sum of RGB (Red+Green+Blue) = 254+97+221=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 97 (38.28% from 255 or 16.96% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61DD is #019E22. Grayscale: #9D9D9D. Windows color (decimal): -106019 or 14508542. OLE color: 14508542.
HSL color Cylindrical-coordinate representation of color #FE61DD: hue angle of 312.61º 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 #FE61DD is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 221 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.00 |
| HSL | 312.61º | 0.99% | 0.69% | - |
| HSV(B) | 312.61º | 0.62% | 1% | - |
| XYZ | 58.2 | 34.84 | 72.06 | - |
| YUV | 158.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 221 | 0 | 0.62 | 0.13 | 0.00 | 312.61 | 0.99 | 0.69 |
| Hex | FE | 61 | DD | 0 | 3E | D | 0 | 139 | 63 | 45 |
| Octal | 376 | 141 | 335 | 0 | 76 | 15 | 0 | 471 | 143 | 105 |
| Binary | 11111110 | 1100001 | 11011101 | 0 | 111110 | 1101 | 0 | 100111001 | 1100011 | 1000101 |
Color Harmonies of #FE61DD
Complementary color
Monochromatic Colors of #FE61DD
Black with #FE61DD
Text Example
Text Example
White with #FE61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE61DD; }
p { color: rgb(254,97,221); }
H1.HeaderClassName
{
color: #FE61DD;
}
.AnyTagClassName
{
color: #FE61DD;
}
</style>
background-color css
<style>
a { background-color: #FE61DD; }
a { background-color: rgb(254,97,221); }
div.DivClassName
{
background-color: #FE61DD;
}
.BgClassName
{
background-color: #FE61DD;
}
</style>
border-color css
<style>
span { border-color: #FE61DD; }
span { border-color: rgb(254,97,221); }
td.TdClassName
{
border-color: #FE61DD;
}
.TagClassName
{
border-color: #FE61DD;
}
</style>