Shades of Neon Pink #FD6DD9
Tints of Neon Pink #FD6DD9
RGB
CMYK
RGB Variations
Color information
#FD6DD9 (or 0xFD6DD9) is known color: Neon Pink. HEX triplet: FD, 6D and D9. RGB value is (253,109,217). Sum of RGB (Red+Green+Blue) = 253+109+217=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DD9 is #029226. Grayscale: #A4A4A4. Windows color (decimal): -168487 or 14249469. OLE color: 14249469.
HSL color Cylindrical-coordinate representation of color #FD6DD9: hue angle of 315º 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 #FD6DD9 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 109 | 217 | - |
CMYK | 0 | 0.57 | 0.14 | 0.01 |
HSL | 315º | 0.97% | 0.71% | - |
HSV(B) | 315º | 0.57% | 0.99% | - |
XYZ | 58.5 | 36.83 | 69.67 | - |
YUV | 164.37 | 157.71 | 191.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 109 | 217 | 0 | 0.57 | 0.14 | 0.01 | 315 | 0.97 | 0.71 |
Hex | FD | 6D | D9 | 0 | 39 | E | 1 | 13B | 61 | 47 |
Octal | 375 | 155 | 331 | 0 | 71 | 16 | 1 | 473 | 141 | 107 |
Binary | 11111101 | 1101101 | 11011001 | 0 | 111001 | 1110 | 1 | 100111011 | 1100001 | 1000111 |
Color Harmonies of #FD6DD9
Complementary color
Monochromatic Colors of #FD6DD9
Black with #FD6DD9
Text Example
Text Example
White with #FD6DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DD9; }
p { color: rgb(253,109,217); }
H1.HeaderClassName
{
color: #FD6DD9;
}
.AnyTagClassName
{
color: #FD6DD9;
}
</style>
background-color css
<style>
a { background-color: #FD6DD9; }
a { background-color: rgb(253,109,217); }
div.DivClassName
{
background-color: #FD6DD9;
}
.BgClassName
{
background-color: #FD6DD9;
}
</style>
border-color css
<style>
span { border-color: #FD6DD9; }
span { border-color: rgb(253,109,217); }
td.TdClassName
{
border-color: #FD6DD9;
}
.TagClassName
{
border-color: #FD6DD9;
}
</style>