Shades of Neon Pink #FD6ECE
Tints of Neon Pink #FD6ECE
RGB
CMYK
RGB Variations
Color information
#FD6ECE (or 0xFD6ECE) is known color: Neon Pink. HEX triplet: FD, 6E and CE. RGB value is (253,110,206). Sum of RGB (Red+Green+Blue) = 253+110+206=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ECE is #029131. Grayscale: #A3A3A3. Windows color (decimal): -168242 or 13528829. OLE color: 13528829.
HSL color Cylindrical-coordinate representation of color #FD6ECE: hue angle of 319.72º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6ECE is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 110 | 206 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.01 |
| HSL | 319.72º | 0.97% | 0.71% | - |
| HSV(B) | 319.72º | 0.57% | 0.99% | - |
| XYZ | 57.22 | 36.49 | 62.42 | - |
| YUV | 163.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 110 | 206 | 0 | 0.57 | 0.19 | 0.01 | 319.72 | 0.97 | 0.71 |
| Hex | FD | 6E | CE | 0 | 39 | 13 | 1 | 140 | 61 | 47 |
| Octal | 375 | 156 | 316 | 0 | 71 | 23 | 1 | 500 | 141 | 107 |
| Binary | 11111101 | 1101110 | 11001110 | 0 | 111001 | 10011 | 1 | 101000000 | 1100001 | 1000111 |
Color Harmonies of #FD6ECE
Complementary color
Monochromatic Colors of #FD6ECE
Black with #FD6ECE
Text Example
Text Example
White with #FD6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6ECE; }
p { color: rgb(253,110,206); }
H1.HeaderClassName
{
color: #FD6ECE;
}
.AnyTagClassName
{
color: #FD6ECE;
}
</style>
background-color css
<style>
a { background-color: #FD6ECE; }
a { background-color: rgb(253,110,206); }
div.DivClassName
{
background-color: #FD6ECE;
}
.BgClassName
{
background-color: #FD6ECE;
}
</style>
border-color css
<style>
span { border-color: #FD6ECE; }
span { border-color: rgb(253,110,206); }
td.TdClassName
{
border-color: #FD6ECE;
}
.TagClassName
{
border-color: #FD6ECE;
}
</style>