Shades of Neon Pink #FB68DB
Tints of Neon Pink #FB68DB
RGB
CMYK
RGB Variations
Color information
#FB68DB (or 0xFB68DB) is known color: Neon Pink. HEX triplet: FB, 68 and DB. RGB value is (251,104,219). Sum of RGB (Red+Green+Blue) = 251+104+219=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68DB is #049724. Grayscale: #A0A0A0. Windows color (decimal): -300837 or 14379259. OLE color: 14379259.
HSL color Cylindrical-coordinate representation of color #FB68DB: hue angle of 313.06º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68DB is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 219 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.02 |
| HSL | 313.06º | 0.95% | 0.7% | - |
| HSV(B) | 313.06º | 0.59% | 0.98% | - |
| XYZ | 57.52 | 35.52 | 70.84 | - |
| YUV | 161.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 219 | 0 | 0.59 | 0.13 | 0.02 | 313.06 | 0.95 | 0.7 |
| Hex | FB | 68 | DB | 0 | 3B | D | 2 | 139 | 5F | 46 |
| Octal | 373 | 150 | 333 | 0 | 73 | 15 | 2 | 471 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11011011 | 0 | 111011 | 1101 | 10 | 100111001 | 1011111 | 1000110 |
Color Harmonies of #FB68DB
Complementary color
Monochromatic Colors of #FB68DB
Black with #FB68DB
Text Example
Text Example
White with #FB68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68DB; }
p { color: rgb(251,104,219); }
H1.HeaderClassName
{
color: #FB68DB;
}
.AnyTagClassName
{
color: #FB68DB;
}
</style>
background-color css
<style>
a { background-color: #FB68DB; }
a { background-color: rgb(251,104,219); }
div.DivClassName
{
background-color: #FB68DB;
}
.BgClassName
{
background-color: #FB68DB;
}
</style>
border-color css
<style>
span { border-color: #FB68DB; }
span { border-color: rgb(251,104,219); }
td.TdClassName
{
border-color: #FB68DB;
}
.TagClassName
{
border-color: #FB68DB;
}
</style>