Shades of Neon Pink #FD6DDB
Tints of Neon Pink #FD6DDB
RGB
CMYK
RGB Variations
Color information
#FD6DDB (or 0xFD6DDB) is known color: Neon Pink. HEX triplet: FD, 6D and DB. RGB value is (253,109,219). Sum of RGB (Red+Green+Blue) = 253+109+219=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DDB is #029224. Grayscale: #A4A4A4. Windows color (decimal): -168485 or 14380541. OLE color: 14380541.
HSL color Cylindrical-coordinate representation of color #FD6DDB: hue angle of 314.17º 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 #FD6DDB is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 219 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.01 |
| HSL | 314.17º | 0.97% | 0.71% | - |
| HSV(B) | 314.17º | 0.57% | 0.99% | - |
| XYZ | 58.76 | 36.93 | 71.05 | - |
| YUV | 164.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 219 | 0 | 0.57 | 0.13 | 0.01 | 314.17 | 0.97 | 0.71 |
| Hex | FD | 6D | DB | 0 | 39 | D | 1 | 13A | 61 | 47 |
| Octal | 375 | 155 | 333 | 0 | 71 | 15 | 1 | 472 | 141 | 107 |
| Binary | 11111101 | 1101101 | 11011011 | 0 | 111001 | 1101 | 1 | 100111010 | 1100001 | 1000111 |
Color Harmonies of #FD6DDB
Complementary color
Monochromatic Colors of #FD6DDB
Black with #FD6DDB
Text Example
Text Example
White with #FD6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DDB; }
p { color: rgb(253,109,219); }
H1.HeaderClassName
{
color: #FD6DDB;
}
.AnyTagClassName
{
color: #FD6DDB;
}
</style>
background-color css
<style>
a { background-color: #FD6DDB; }
a { background-color: rgb(253,109,219); }
div.DivClassName
{
background-color: #FD6DDB;
}
.BgClassName
{
background-color: #FD6DDB;
}
</style>
border-color css
<style>
span { border-color: #FD6DDB; }
span { border-color: rgb(253,109,219); }
td.TdClassName
{
border-color: #FD6DDB;
}
.TagClassName
{
border-color: #FD6DDB;
}
</style>