Shades of Neon Pink #FD6BCD
Tints of Neon Pink #FD6BCD
RGB
CMYK
RGB Variations
Color information
#FD6BCD (or 0xFD6BCD) is known color: Neon Pink. HEX triplet: FD, 6B and CD. RGB value is (253,107,205). Sum of RGB (Red+Green+Blue) = 253+107+205=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 107 (42.19% from 255 or 18.94% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6BCD is #029432. Grayscale: #A1A1A1. Windows color (decimal): -169011 or 13462525. OLE color: 13462525.
HSL color Cylindrical-coordinate representation of color #FD6BCD: hue angle of 319.73º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6BCD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 205 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.01 |
| HSL | 319.73º | 0.97% | 0.71% | - |
| HSV(B) | 319.73º | 0.58% | 0.99% | - |
| XYZ | 56.79 | 35.81 | 61.68 | - |
| YUV | 161.83 | 152.37 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 205 | 0 | 0.58 | 0.19 | 0.01 | 319.73 | 0.97 | 0.71 |
| Hex | FD | 6B | CD | 0 | 3A | 13 | 1 | 140 | 61 | 47 |
| Octal | 375 | 153 | 315 | 0 | 72 | 23 | 1 | 500 | 141 | 107 |
| Binary | 11111101 | 1101011 | 11001101 | 0 | 111010 | 10011 | 1 | 101000000 | 1100001 | 1000111 |
Color Harmonies of #FD6BCD
Complementary color
Monochromatic Colors of #FD6BCD
Black with #FD6BCD
Text Example
Text Example
White with #FD6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BCD; }
p { color: rgb(253,107,205); }
H1.HeaderClassName
{
color: #FD6BCD;
}
.AnyTagClassName
{
color: #FD6BCD;
}
</style>
background-color css
<style>
a { background-color: #FD6BCD; }
a { background-color: rgb(253,107,205); }
div.DivClassName
{
background-color: #FD6BCD;
}
.BgClassName
{
background-color: #FD6BCD;
}
</style>
border-color css
<style>
span { border-color: #FD6BCD; }
span { border-color: rgb(253,107,205); }
td.TdClassName
{
border-color: #FD6BCD;
}
.TagClassName
{
border-color: #FD6BCD;
}
</style>