Shades of Neon Pink #FE69DD
Tints of Neon Pink #FE69DD
RGB
CMYK
RGB Variations
Color information
#FE69DD (or 0xFE69DD) is known color: Neon Pink. HEX triplet: FE, 69 and DD. RGB value is (254,105,221). Sum of RGB (Red+Green+Blue) = 254+105+221=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69DD is #019622. Grayscale: #A2A2A2. Windows color (decimal): -103971 or 14510590. OLE color: 14510590.
HSL color Cylindrical-coordinate representation of color #FE69DD: hue angle of 313.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE69DD is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 221 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.00 |
| HSL | 313.29º | 0.99% | 0.7% | - |
| HSV(B) | 313.29º | 0.59% | 1% | - |
| XYZ | 58.98 | 36.39 | 72.32 | - |
| YUV | 162.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 221 | 0 | 0.59 | 0.13 | 0.00 | 313.29 | 0.99 | 0.7 |
| Hex | FE | 69 | DD | 0 | 3B | D | 0 | 139 | 63 | 46 |
| Octal | 376 | 151 | 335 | 0 | 73 | 15 | 0 | 471 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11011101 | 0 | 111011 | 1101 | 0 | 100111001 | 1100011 | 1000110 |
Color Harmonies of #FE69DD
Complementary color
Monochromatic Colors of #FE69DD
Black with #FE69DD
Text Example
Text Example
White with #FE69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69DD; }
p { color: rgb(254,105,221); }
H1.HeaderClassName
{
color: #FE69DD;
}
.AnyTagClassName
{
color: #FE69DD;
}
</style>
background-color css
<style>
a { background-color: #FE69DD; }
a { background-color: rgb(254,105,221); }
div.DivClassName
{
background-color: #FE69DD;
}
.BgClassName
{
background-color: #FE69DD;
}
</style>
border-color css
<style>
span { border-color: #FE69DD; }
span { border-color: rgb(254,105,221); }
td.TdClassName
{
border-color: #FE69DD;
}
.TagClassName
{
border-color: #FE69DD;
}
</style>