Shades of Neon Pink #FD7ACE
Tints of Neon Pink #FD7ACE
RGB
CMYK
RGB Variations
Color information
#FD7ACE (or 0xFD7ACE) is known color: Neon Pink. HEX triplet: FD, 7A and CE. RGB value is (253,122,206). Sum of RGB (Red+Green+Blue) = 253+122+206=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7ACE is #028531. Grayscale: #AAAAAA. Windows color (decimal): -165170 or 13531901. OLE color: 13531901.
HSL color Cylindrical-coordinate representation of color #FD7ACE: hue angle of 321.53º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FD7ACE is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 206 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.01 |
| HSL | 321.53º | 0.97% | 0.74% | - |
| HSV(B) | 321.53º | 0.52% | 0.99% | - |
| XYZ | 58.61 | 39.26 | 62.88 | - |
| YUV | 170.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 206 | 0 | 0.52 | 0.19 | 0.01 | 321.53 | 0.97 | 0.74 |
| Hex | FD | 7A | CE | 0 | 34 | 13 | 1 | 142 | 61 | 4A |
| Octal | 375 | 172 | 316 | 0 | 64 | 23 | 1 | 502 | 141 | 112 |
| Binary | 11111101 | 1111010 | 11001110 | 0 | 110100 | 10011 | 1 | 101000010 | 1100001 | 1001010 |
Color Harmonies of #FD7ACE
Complementary color
Monochromatic Colors of #FD7ACE
Black with #FD7ACE
Text Example
Text Example
White with #FD7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7ACE; }
p { color: rgb(253,122,206); }
H1.HeaderClassName
{
color: #FD7ACE;
}
.AnyTagClassName
{
color: #FD7ACE;
}
</style>
background-color css
<style>
a { background-color: #FD7ACE; }
a { background-color: rgb(253,122,206); }
div.DivClassName
{
background-color: #FD7ACE;
}
.BgClassName
{
background-color: #FD7ACE;
}
</style>
border-color css
<style>
span { border-color: #FD7ACE; }
span { border-color: rgb(253,122,206); }
td.TdClassName
{
border-color: #FD7ACE;
}
.TagClassName
{
border-color: #FD7ACE;
}
</style>