Shades of Neon Pink #FB65DB
Tints of Neon Pink #FB65DB
RGB
CMYK
RGB Variations
Color information
#FB65DB (or 0xFB65DB) is known color: Neon Pink. HEX triplet: FB, 65 and DB. RGB value is (251,101,219). Sum of RGB (Red+Green+Blue) = 251+101+219=571 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.96% from 571); Green value is 101 (39.84% from 255 or 17.69% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65DB is #049A24. Grayscale: #9E9E9E. Windows color (decimal): -301605 or 14378491. OLE color: 14378491.
HSL color Cylindrical-coordinate representation of color #FB65DB: hue angle of 312.8º 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 #FB65DB is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 219 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.02 |
| HSL | 312.8º | 0.95% | 0.69% | - |
| HSV(B) | 312.8º | 0.6% | 0.98% | - |
| XYZ | 57.22 | 34.93 | 70.74 | - |
| YUV | 159.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 219 | 0 | 0.60 | 0.13 | 0.02 | 312.8 | 0.95 | 0.69 |
| Hex | FB | 65 | DB | 0 | 3C | D | 2 | 139 | 5F | 45 |
| Octal | 373 | 145 | 333 | 0 | 74 | 15 | 2 | 471 | 137 | 105 |
| Binary | 11111011 | 1100101 | 11011011 | 0 | 111100 | 1101 | 10 | 100111001 | 1011111 | 1000101 |
Color Harmonies of #FB65DB
Complementary color
Monochromatic Colors of #FB65DB
Black with #FB65DB
Text Example
Text Example
White with #FB65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65DB; }
p { color: rgb(251,101,219); }
H1.HeaderClassName
{
color: #FB65DB;
}
.AnyTagClassName
{
color: #FB65DB;
}
</style>
background-color css
<style>
a { background-color: #FB65DB; }
a { background-color: rgb(251,101,219); }
div.DivClassName
{
background-color: #FB65DB;
}
.BgClassName
{
background-color: #FB65DB;
}
</style>
border-color css
<style>
span { border-color: #FB65DB; }
span { border-color: rgb(251,101,219); }
td.TdClassName
{
border-color: #FB65DB;
}
.TagClassName
{
border-color: #FB65DB;
}
</style>