Shades of Neon Pink #FD6ADB
Tints of Neon Pink #FD6ADB
RGB
CMYK
RGB Variations
Color information
#FD6ADB (or 0xFD6ADB) is known color: Neon Pink. HEX triplet: FD, 6A and DB. RGB value is (253,106,219). Sum of RGB (Red+Green+Blue) = 253+106+219=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ADB is #029524. Grayscale: #A2A2A2. Windows color (decimal): -169253 or 14379773. OLE color: 14379773.
HSL color Cylindrical-coordinate representation of color #FD6ADB: hue angle of 313.88º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6ADB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 106 | 219 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.01 |
| HSL | 313.88º | 0.97% | 0.7% | - |
| HSV(B) | 313.88º | 0.58% | 0.99% | - |
| XYZ | 58.45 | 36.31 | 70.94 | - |
| YUV | 162.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 106 | 219 | 0 | 0.58 | 0.13 | 0.01 | 313.88 | 0.97 | 0.7 |
| Hex | FD | 6A | DB | 0 | 3A | D | 1 | 13A | 61 | 46 |
| Octal | 375 | 152 | 333 | 0 | 72 | 15 | 1 | 472 | 141 | 106 |
| Binary | 11111101 | 1101010 | 11011011 | 0 | 111010 | 1101 | 1 | 100111010 | 1100001 | 1000110 |
Color Harmonies of #FD6ADB
Complementary color
Monochromatic Colors of #FD6ADB
Black with #FD6ADB
Text Example
Text Example
White with #FD6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6ADB; }
p { color: rgb(253,106,219); }
H1.HeaderClassName
{
color: #FD6ADB;
}
.AnyTagClassName
{
color: #FD6ADB;
}
</style>
background-color css
<style>
a { background-color: #FD6ADB; }
a { background-color: rgb(253,106,219); }
div.DivClassName
{
background-color: #FD6ADB;
}
.BgClassName
{
background-color: #FD6ADB;
}
</style>
border-color css
<style>
span { border-color: #FD6ADB; }
span { border-color: rgb(253,106,219); }
td.TdClassName
{
border-color: #FD6ADB;
}
.TagClassName
{
border-color: #FD6ADB;
}
</style>