Shades of Neon Pink #FB64DB
Tints of Neon Pink #FB64DB
RGB
CMYK
RGB Variations
Color information
#FB64DB (or 0xFB64DB) is known color: Neon Pink. HEX triplet: FB, 64 and DB. RGB value is (251,100,219). Sum of RGB (Red+Green+Blue) = 251+100+219=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64DB is #049B24. Grayscale: #9E9E9E. Windows color (decimal): -301861 or 14378235. OLE color: 14378235.
HSL color Cylindrical-coordinate representation of color #FB64DB: hue angle of 312.72º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64DB is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 219 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.02 |
| HSL | 312.72º | 0.95% | 0.69% | - |
| HSV(B) | 312.72º | 0.6% | 0.98% | - |
| XYZ | 57.13 | 34.74 | 70.71 | - |
| YUV | 158.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 219 | 0 | 0.60 | 0.13 | 0.02 | 312.72 | 0.95 | 0.69 |
| Hex | FB | 64 | DB | 0 | 3C | D | 2 | 139 | 5F | 45 |
| Octal | 373 | 144 | 333 | 0 | 74 | 15 | 2 | 471 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11011011 | 0 | 111100 | 1101 | 10 | 100111001 | 1011111 | 1000101 |
Color Harmonies of #FB64DB
Complementary color
Monochromatic Colors of #FB64DB
Black with #FB64DB
Text Example
Text Example
White with #FB64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64DB; }
p { color: rgb(251,100,219); }
H1.HeaderClassName
{
color: #FB64DB;
}
.AnyTagClassName
{
color: #FB64DB;
}
</style>
background-color css
<style>
a { background-color: #FB64DB; }
a { background-color: rgb(251,100,219); }
div.DivClassName
{
background-color: #FB64DB;
}
.BgClassName
{
background-color: #FB64DB;
}
</style>
border-color css
<style>
span { border-color: #FB64DB; }
span { border-color: rgb(251,100,219); }
td.TdClassName
{
border-color: #FB64DB;
}
.TagClassName
{
border-color: #FB64DB;
}
</style>