Shades of Neon Pink #FD6BDB
Tints of Neon Pink #FD6BDB
RGB
CMYK
RGB Variations
Color information
#FD6BDB (or 0xFD6BDB) is known color: Neon Pink. HEX triplet: FD, 6B and DB. RGB value is (253,107,219). Sum of RGB (Red+Green+Blue) = 253+107+219=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6BDB is #029424. Grayscale: #A3A3A3. Windows color (decimal): -168997 or 14380029. OLE color: 14380029.
HSL color Cylindrical-coordinate representation of color #FD6BDB: hue angle of 313.97º 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 #FD6BDB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 219 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.01 |
| HSL | 313.97º | 0.97% | 0.71% | - |
| HSV(B) | 313.97º | 0.58% | 0.99% | - |
| XYZ | 58.55 | 36.51 | 70.98 | - |
| YUV | 163.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 219 | 0 | 0.58 | 0.13 | 0.01 | 313.97 | 0.97 | 0.71 |
| Hex | FD | 6B | DB | 0 | 3A | D | 1 | 13A | 61 | 47 |
| Octal | 375 | 153 | 333 | 0 | 72 | 15 | 1 | 472 | 141 | 107 |
| Binary | 11111101 | 1101011 | 11011011 | 0 | 111010 | 1101 | 1 | 100111010 | 1100001 | 1000111 |
Color Harmonies of #FD6BDB
Complementary color
Monochromatic Colors of #FD6BDB
Black with #FD6BDB
Text Example
Text Example
White with #FD6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BDB; }
p { color: rgb(253,107,219); }
H1.HeaderClassName
{
color: #FD6BDB;
}
.AnyTagClassName
{
color: #FD6BDB;
}
</style>
background-color css
<style>
a { background-color: #FD6BDB; }
a { background-color: rgb(253,107,219); }
div.DivClassName
{
background-color: #FD6BDB;
}
.BgClassName
{
background-color: #FD6BDB;
}
</style>
border-color css
<style>
span { border-color: #FD6BDB; }
span { border-color: rgb(253,107,219); }
td.TdClassName
{
border-color: #FD6BDB;
}
.TagClassName
{
border-color: #FD6BDB;
}
</style>