Shades of Neon Pink #FE69D4
Tints of Neon Pink #FE69D4
RGB
CMYK
RGB Variations
Color information
#FE69D4 (or 0xFE69D4) is known color: Neon Pink. HEX triplet: FE, 69 and D4. RGB value is (254,105,212). Sum of RGB (Red+Green+Blue) = 254+105+212=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 105 (41.41% from 255 or 18.39% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69D4 is #01962B. Grayscale: #A1A1A1. Windows color (decimal): -103980 or 13920766. OLE color: 13920766.
HSL color Cylindrical-coordinate representation of color #FE69D4: hue angle of 316.91º 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 #FE69D4 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 212 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.00 |
| HSL | 316.91º | 0.99% | 0.7% | - |
| HSV(B) | 316.91º | 0.59% | 1% | - |
| XYZ | 57.81 | 35.93 | 66.18 | - |
| YUV | 161.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 212 | 0 | 0.59 | 0.17 | 0.00 | 316.91 | 0.99 | 0.7 |
| Hex | FE | 69 | D4 | 0 | 3B | 11 | 0 | 13D | 63 | 46 |
| Octal | 376 | 151 | 324 | 0 | 73 | 21 | 0 | 475 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11010100 | 0 | 111011 | 10001 | 0 | 100111101 | 1100011 | 1000110 |
Color Harmonies of #FE69D4
Complementary color
Monochromatic Colors of #FE69D4
Black with #FE69D4
Text Example
Text Example
White with #FE69D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69D4; }
p { color: rgb(254,105,212); }
H1.HeaderClassName
{
color: #FE69D4;
}
.AnyTagClassName
{
color: #FE69D4;
}
</style>
background-color css
<style>
a { background-color: #FE69D4; }
a { background-color: rgb(254,105,212); }
div.DivClassName
{
background-color: #FE69D4;
}
.BgClassName
{
background-color: #FE69D4;
}
</style>
border-color css
<style>
span { border-color: #FE69D4; }
span { border-color: rgb(254,105,212); }
td.TdClassName
{
border-color: #FE69D4;
}
.TagClassName
{
border-color: #FE69D4;
}
</style>