Shades of Neon Pink #FD6ACE
Tints of Neon Pink #FD6ACE
RGB
CMYK
RGB Variations
Color information
#FD6ACE (or 0xFD6ACE) is known color: Neon Pink. HEX triplet: FD, 6A and CE. RGB value is (253,106,206). Sum of RGB (Red+Green+Blue) = 253+106+206=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ACE is #029531. Grayscale: #A1A1A1. Windows color (decimal): -169266 or 13527805. OLE color: 13527805.
HSL color Cylindrical-coordinate representation of color #FD6ACE: hue angle of 319.18º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6ACE is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 206 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.01 |
| HSL | 319.18º | 0.97% | 0.7% | - |
| HSV(B) | 319.18º | 0.58% | 0.99% | - |
| XYZ | 56.8 | 35.65 | 62.28 | - |
| YUV | 161.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 206 | 0 | 0.58 | 0.19 | 0.01 | 319.18 | 0.97 | 0.7 |
| Hex | FD | 6A | CE | 0 | 3A | 13 | 1 | 13F | 61 | 46 |
| Octal | 375 | 152 | 316 | 0 | 72 | 23 | 1 | 477 | 141 | 106 |
| Binary | 11111101 | 1101010 | 11001110 | 0 | 111010 | 10011 | 1 | 100111111 | 1100001 | 1000110 |
Color Harmonies of #FD6ACE
Complementary color
Monochromatic Colors of #FD6ACE
Black with #FD6ACE
Text Example
Text Example
White with #FD6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6ACE; }
p { color: rgb(253,106,206); }
H1.HeaderClassName
{
color: #FD6ACE;
}
.AnyTagClassName
{
color: #FD6ACE;
}
</style>
background-color css
<style>
a { background-color: #FD6ACE; }
a { background-color: rgb(253,106,206); }
div.DivClassName
{
background-color: #FD6ACE;
}
.BgClassName
{
background-color: #FD6ACE;
}
</style>
border-color css
<style>
span { border-color: #FD6ACE; }
span { border-color: rgb(253,106,206); }
td.TdClassName
{
border-color: #FD6ACE;
}
.TagClassName
{
border-color: #FD6ACE;
}
</style>