Shades of Neon Pink #FE6ACE
Tints of Neon Pink #FE6ACE
RGB
CMYK
RGB Variations
Color information
#FE6ACE (or 0xFE6ACE) is known color: Neon Pink. HEX triplet: FE, 6A and CE. RGB value is (254,106,206). Sum of RGB (Red+Green+Blue) = 254+106+206=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6ACE is #019531. Grayscale: #A1A1A1. Windows color (decimal): -103730 or 13527806. OLE color: 13527806.
HSL color Cylindrical-coordinate representation of color #FE6ACE: hue angle of 319.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6ACE is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 206 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.00 |
| HSL | 319.46º | 0.99% | 0.71% | - |
| HSV(B) | 319.46º | 0.58% | 1% | - |
| XYZ | 57.17 | 35.84 | 62.3 | - |
| YUV | 161.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 206 | 0 | 0.58 | 0.19 | 0.00 | 319.46 | 0.99 | 0.71 |
| Hex | FE | 6A | CE | 0 | 3A | 13 | 0 | 13F | 63 | 47 |
| Octal | 376 | 152 | 316 | 0 | 72 | 23 | 0 | 477 | 143 | 107 |
| Binary | 11111110 | 1101010 | 11001110 | 0 | 111010 | 10011 | 0 | 100111111 | 1100011 | 1000111 |
Color Harmonies of #FE6ACE
Complementary color
Monochromatic Colors of #FE6ACE
Black with #FE6ACE
Text Example
Text Example
White with #FE6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6ACE; }
p { color: rgb(254,106,206); }
H1.HeaderClassName
{
color: #FE6ACE;
}
.AnyTagClassName
{
color: #FE6ACE;
}
</style>
background-color css
<style>
a { background-color: #FE6ACE; }
a { background-color: rgb(254,106,206); }
div.DivClassName
{
background-color: #FE6ACE;
}
.BgClassName
{
background-color: #FE6ACE;
}
</style>
border-color css
<style>
span { border-color: #FE6ACE; }
span { border-color: rgb(254,106,206); }
td.TdClassName
{
border-color: #FE6ACE;
}
.TagClassName
{
border-color: #FE6ACE;
}
</style>