Shades of Neon Pink #FF71DB
Tints of Neon Pink #FF71DB
RGB
CMYK
RGB Variations
Color information
#FF71DB (or 0xFF71DB) is known color: Neon Pink. HEX triplet: FF, 71 and DB. RGB value is (255,113,219). Sum of RGB (Red+Green+Blue) = 255+113+219=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71DB is #008E24. Grayscale: #A7A7A7. Windows color (decimal): -36389 or 14381567. OLE color: 14381567.
HSL color Cylindrical-coordinate representation of color #FF71DB: hue angle of 315.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71DB is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 219 | - |
| CMYK | 0 | 0.56 | 0.14 | 0 |
| HSL | 315.21º | 1% | 0.72% | - |
| HSV(B) | 315.21º | 0.56% | 1% | - |
| XYZ | 59.93 | 38.18 | 71.23 | - |
| YUV | 167.54 | 157.04 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 219 | 0 | 0.56 | 0.14 | 0 | 315.21 | 1 | 0.72 |
| Hex | FF | 71 | DB | 0 | 38 | E | 0 | 13B | 64 | 48 |
| Octal | 377 | 161 | 333 | 0 | 70 | 16 | 0 | 473 | 144 | 110 |
| Binary | 11111111 | 1110001 | 11011011 | 0 | 111000 | 1110 | 0 | 100111011 | 1100100 | 1001000 |
Color Harmonies of #FF71DB
Complementary color
Monochromatic Colors of #FF71DB
Black with #FF71DB
Text Example
Text Example
White with #FF71DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF71DB; }
p { color: rgb(255,113,219); }
H1.HeaderClassName
{
color: #FF71DB;
}
.AnyTagClassName
{
color: #FF71DB;
}
</style>
background-color css
<style>
a { background-color: #FF71DB; }
a { background-color: rgb(255,113,219); }
div.DivClassName
{
background-color: #FF71DB;
}
.BgClassName
{
background-color: #FF71DB;
}
</style>
border-color css
<style>
span { border-color: #FF71DB; }
span { border-color: rgb(255,113,219); }
td.TdClassName
{
border-color: #FF71DB;
}
.TagClassName
{
border-color: #FF71DB;
}
</style>