Shades of Neon Pink #FD6BDC
Tints of Neon Pink #FD6BDC
RGB
CMYK
RGB Variations
Color information
#FD6BDC (or 0xFD6BDC) is known color: Neon Pink. HEX triplet: FD, 6B and DC. RGB value is (253,107,220). Sum of RGB (Red+Green+Blue) = 253+107+220=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 107 (42.19% from 255 or 18.45% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6BDC is #029423. Grayscale: #A3A3A3. Windows color (decimal): -168996 or 14445565. OLE color: 14445565.
HSL color Cylindrical-coordinate representation of color #FD6BDC: hue angle of 313.56º 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 #FD6BDC is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 220 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.01 |
| HSL | 313.56º | 0.97% | 0.71% | - |
| HSV(B) | 313.56º | 0.58% | 0.99% | - |
| XYZ | 58.68 | 36.57 | 71.67 | - |
| YUV | 163.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 220 | 0 | 0.58 | 0.13 | 0.01 | 313.56 | 0.97 | 0.71 |
| Hex | FD | 6B | DC | 0 | 3A | D | 1 | 13A | 61 | 47 |
| Octal | 375 | 153 | 334 | 0 | 72 | 15 | 1 | 472 | 141 | 107 |
| Binary | 11111101 | 1101011 | 11011100 | 0 | 111010 | 1101 | 1 | 100111010 | 1100001 | 1000111 |
Color Harmonies of #FD6BDC
Complementary color
Monochromatic Colors of #FD6BDC
Black with #FD6BDC
Text Example
Text Example
White with #FD6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BDC; }
p { color: rgb(253,107,220); }
H1.HeaderClassName
{
color: #FD6BDC;
}
.AnyTagClassName
{
color: #FD6BDC;
}
</style>
background-color css
<style>
a { background-color: #FD6BDC; }
a { background-color: rgb(253,107,220); }
div.DivClassName
{
background-color: #FD6BDC;
}
.BgClassName
{
background-color: #FD6BDC;
}
</style>
border-color css
<style>
span { border-color: #FD6BDC; }
span { border-color: rgb(253,107,220); }
td.TdClassName
{
border-color: #FD6BDC;
}
.TagClassName
{
border-color: #FD6BDC;
}
</style>