Shades of Neon Pink #FD7BCD
Tints of Neon Pink #FD7BCD
RGB
CMYK
RGB Variations
Color information
#FD7BCD (or 0xFD7BCD) is known color: Neon Pink. HEX triplet: FD, 7B and CD. RGB value is (253,123,205). Sum of RGB (Red+Green+Blue) = 253+123+205=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7BCD is #028432. Grayscale: #ABABAB. Windows color (decimal): -164915 or 13466621. OLE color: 13466621.
HSL color Cylindrical-coordinate representation of color #FD7BCD: hue angle of 322.15º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BCD is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 205 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.01 |
| HSL | 322.15º | 0.97% | 0.74% | - |
| HSV(B) | 322.15º | 0.51% | 0.99% | - |
| XYZ | 58.61 | 39.46 | 62.28 | - |
| YUV | 171.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 205 | 0 | 0.51 | 0.19 | 0.01 | 322.15 | 0.97 | 0.74 |
| Hex | FD | 7B | CD | 0 | 33 | 13 | 1 | 142 | 61 | 4A |
| Octal | 375 | 173 | 315 | 0 | 63 | 23 | 1 | 502 | 141 | 112 |
| Binary | 11111101 | 1111011 | 11001101 | 0 | 110011 | 10011 | 1 | 101000010 | 1100001 | 1001010 |
Color Harmonies of #FD7BCD
Complementary color
Monochromatic Colors of #FD7BCD
Black with #FD7BCD
Text Example
Text Example
White with #FD7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BCD; }
p { color: rgb(253,123,205); }
H1.HeaderClassName
{
color: #FD7BCD;
}
.AnyTagClassName
{
color: #FD7BCD;
}
</style>
background-color css
<style>
a { background-color: #FD7BCD; }
a { background-color: rgb(253,123,205); }
div.DivClassName
{
background-color: #FD7BCD;
}
.BgClassName
{
background-color: #FD7BCD;
}
</style>
border-color css
<style>
span { border-color: #FD7BCD; }
span { border-color: rgb(253,123,205); }
td.TdClassName
{
border-color: #FD7BCD;
}
.TagClassName
{
border-color: #FD7BCD;
}
</style>