Shades of Neon Pink #FD6FDB
Tints of Neon Pink #FD6FDB
RGB
CMYK
RGB Variations
Color information
#FD6FDB (or 0xFD6FDB) is known color: Neon Pink. HEX triplet: FD, 6F and DB. RGB value is (253,111,219). Sum of RGB (Red+Green+Blue) = 253+111+219=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 111 (43.75% from 255 or 19.04% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FDB is #029024. Grayscale: #A5A5A5. Windows color (decimal): -167973 or 14381053. OLE color: 14381053.
HSL color Cylindrical-coordinate representation of color #FD6FDB: hue angle of 314.37º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD6FDB is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 111 | 219 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.01 |
| HSL | 314.37º | 0.97% | 0.71% | - |
| HSV(B) | 314.37º | 0.56% | 0.99% | - |
| XYZ | 58.98 | 37.37 | 71.12 | - |
| YUV | 165.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 111 | 219 | 0 | 0.56 | 0.13 | 0.01 | 314.37 | 0.97 | 0.71 |
| Hex | FD | 6F | DB | 0 | 38 | D | 1 | 13A | 61 | 47 |
| Octal | 375 | 157 | 333 | 0 | 70 | 15 | 1 | 472 | 141 | 107 |
| Binary | 11111101 | 1101111 | 11011011 | 0 | 111000 | 1101 | 1 | 100111010 | 1100001 | 1000111 |
Color Harmonies of #FD6FDB
Complementary color
Monochromatic Colors of #FD6FDB
Black with #FD6FDB
Text Example
Text Example
White with #FD6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6FDB; }
p { color: rgb(253,111,219); }
H1.HeaderClassName
{
color: #FD6FDB;
}
.AnyTagClassName
{
color: #FD6FDB;
}
</style>
background-color css
<style>
a { background-color: #FD6FDB; }
a { background-color: rgb(253,111,219); }
div.DivClassName
{
background-color: #FD6FDB;
}
.BgClassName
{
background-color: #FD6FDB;
}
</style>
border-color css
<style>
span { border-color: #FD6FDB; }
span { border-color: rgb(253,111,219); }
td.TdClassName
{
border-color: #FD6FDB;
}
.TagClassName
{
border-color: #FD6FDB;
}
</style>