Shades of Neon Pink #FB6ADB
Tints of Neon Pink #FB6ADB
RGB
CMYK
RGB Variations
Color information
#FB6ADB (or 0xFB6ADB) is known color: Neon Pink. HEX triplet: FB, 6A and DB. RGB value is (251,106,219). Sum of RGB (Red+Green+Blue) = 251+106+219=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6ADB is #049524. Grayscale: #A1A1A1. Windows color (decimal): -300325 or 14379771. OLE color: 14379771.
HSL color Cylindrical-coordinate representation of color #FB6ADB: hue angle of 313.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB6ADB is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 219 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.02 |
| HSL | 313.24º | 0.95% | 0.7% | - |
| HSV(B) | 313.24º | 0.58% | 0.98% | - |
| XYZ | 57.72 | 35.93 | 70.91 | - |
| YUV | 162.24 | 160.04 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 219 | 0 | 0.58 | 0.13 | 0.02 | 313.24 | 0.95 | 0.7 |
| Hex | FB | 6A | DB | 0 | 3A | D | 2 | 139 | 5F | 46 |
| Octal | 373 | 152 | 333 | 0 | 72 | 15 | 2 | 471 | 137 | 106 |
| Binary | 11111011 | 1101010 | 11011011 | 0 | 111010 | 1101 | 10 | 100111001 | 1011111 | 1000110 |
Color Harmonies of #FB6ADB
Complementary color
Monochromatic Colors of #FB6ADB
Black with #FB6ADB
Text Example
Text Example
White with #FB6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6ADB; }
p { color: rgb(251,106,219); }
H1.HeaderClassName
{
color: #FB6ADB;
}
.AnyTagClassName
{
color: #FB6ADB;
}
</style>
background-color css
<style>
a { background-color: #FB6ADB; }
a { background-color: rgb(251,106,219); }
div.DivClassName
{
background-color: #FB6ADB;
}
.BgClassName
{
background-color: #FB6ADB;
}
</style>
border-color css
<style>
span { border-color: #FB6ADB; }
span { border-color: rgb(251,106,219); }
td.TdClassName
{
border-color: #FB6ADB;
}
.TagClassName
{
border-color: #FB6ADB;
}
</style>