Shades of Neon Pink #FB66DB
Tints of Neon Pink #FB66DB
RGB
CMYK
RGB Variations
Color information
#FB66DB (or 0xFB66DB) is known color: Neon Pink. HEX triplet: FB, 66 and DB. RGB value is (251,102,219). Sum of RGB (Red+Green+Blue) = 251+102+219=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB66DB is #049924. Grayscale: #9F9F9F. Windows color (decimal): -301349 or 14378747. OLE color: 14378747.
HSL color Cylindrical-coordinate representation of color #FB66DB: hue angle of 312.89º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66DB is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 219 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.02 |
| HSL | 312.89º | 0.95% | 0.69% | - |
| HSV(B) | 312.89º | 0.59% | 0.98% | - |
| XYZ | 57.32 | 35.13 | 70.78 | - |
| YUV | 159.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 219 | 0 | 0.59 | 0.13 | 0.02 | 312.89 | 0.95 | 0.69 |
| Hex | FB | 66 | DB | 0 | 3B | D | 2 | 139 | 5F | 45 |
| Octal | 373 | 146 | 333 | 0 | 73 | 15 | 2 | 471 | 137 | 105 |
| Binary | 11111011 | 1100110 | 11011011 | 0 | 111011 | 1101 | 10 | 100111001 | 1011111 | 1000101 |
Color Harmonies of #FB66DB
Complementary color
Monochromatic Colors of #FB66DB
Black with #FB66DB
Text Example
Text Example
White with #FB66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66DB; }
p { color: rgb(251,102,219); }
H1.HeaderClassName
{
color: #FB66DB;
}
.AnyTagClassName
{
color: #FB66DB;
}
</style>
background-color css
<style>
a { background-color: #FB66DB; }
a { background-color: rgb(251,102,219); }
div.DivClassName
{
background-color: #FB66DB;
}
.BgClassName
{
background-color: #FB66DB;
}
</style>
border-color css
<style>
span { border-color: #FB66DB; }
span { border-color: rgb(251,102,219); }
td.TdClassName
{
border-color: #FB66DB;
}
.TagClassName
{
border-color: #FB66DB;
}
</style>