Shades of Neon Pink #FB6DDB
Tints of Neon Pink #FB6DDB
RGB
CMYK
RGB Variations
Color information
#FB6DDB (or 0xFB6DDB) is known color: Neon Pink. HEX triplet: FB, 6D and DB. RGB value is (251,109,219). Sum of RGB (Red+Green+Blue) = 251+109+219=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DDB is #049224. Grayscale: #A3A3A3. Windows color (decimal): -299557 or 14380539. OLE color: 14380539.
HSL color Cylindrical-coordinate representation of color #FB6DDB: hue angle of 313.52º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB6DDB is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 219 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.02 |
| HSL | 313.52º | 0.95% | 0.71% | - |
| HSV(B) | 313.52º | 0.57% | 0.98% | - |
| XYZ | 58.04 | 36.56 | 71.02 | - |
| YUV | 164 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 219 | 0 | 0.57 | 0.13 | 0.02 | 313.52 | 0.95 | 0.71 |
| Hex | FB | 6D | DB | 0 | 39 | D | 2 | 13A | 5F | 47 |
| Octal | 373 | 155 | 333 | 0 | 71 | 15 | 2 | 472 | 137 | 107 |
| Binary | 11111011 | 1101101 | 11011011 | 0 | 111001 | 1101 | 10 | 100111010 | 1011111 | 1000111 |
Color Harmonies of #FB6DDB
Complementary color
Monochromatic Colors of #FB6DDB
Black with #FB6DDB
Text Example
Text Example
White with #FB6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6DDB; }
p { color: rgb(251,109,219); }
H1.HeaderClassName
{
color: #FB6DDB;
}
.AnyTagClassName
{
color: #FB6DDB;
}
</style>
background-color css
<style>
a { background-color: #FB6DDB; }
a { background-color: rgb(251,109,219); }
div.DivClassName
{
background-color: #FB6DDB;
}
.BgClassName
{
background-color: #FB6DDB;
}
</style>
border-color css
<style>
span { border-color: #FB6DDB; }
span { border-color: rgb(251,109,219); }
td.TdClassName
{
border-color: #FB6DDB;
}
.TagClassName
{
border-color: #FB6DDB;
}
</style>