Shades of Neon Pink #FF7DD1
Tints of Neon Pink #FF7DD1
RGB
CMYK
RGB Variations
Color information
#FF7DD1 (or 0xFF7DD1) is known color: Neon Pink. HEX triplet: FF, 7D and D1. RGB value is (255,125,209). Sum of RGB (Red+Green+Blue) = 255+125+209=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DD1 is #00822E. Grayscale: #ADADAD. Windows color (decimal): -33327 or 13729279. OLE color: 13729279.
HSL color Cylindrical-coordinate representation of color #FF7DD1: hue angle of 321.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7DD1 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 209 | - |
| CMYK | 0 | 0.51 | 0.18 | 0 |
| HSL | 321.23º | 1% | 0.75% | - |
| HSV(B) | 321.23º | 0.51% | 1% | - |
| XYZ | 60.08 | 40.53 | 64.98 | - |
| YUV | 173.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 209 | 0 | 0.51 | 0.18 | 0 | 321.23 | 1 | 0.75 |
| Hex | FF | 7D | D1 | 0 | 33 | 12 | 0 | 141 | 64 | 4B |
| Octal | 377 | 175 | 321 | 0 | 63 | 22 | 0 | 501 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11010001 | 0 | 110011 | 10010 | 0 | 101000001 | 1100100 | 1001011 |
Color Harmonies of #FF7DD1
Complementary color
Monochromatic Colors of #FF7DD1
Black with #FF7DD1
Text Example
Text Example
White with #FF7DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DD1; }
p { color: rgb(255,125,209); }
H1.HeaderClassName
{
color: #FF7DD1;
}
.AnyTagClassName
{
color: #FF7DD1;
}
</style>
background-color css
<style>
a { background-color: #FF7DD1; }
a { background-color: rgb(255,125,209); }
div.DivClassName
{
background-color: #FF7DD1;
}
.BgClassName
{
background-color: #FF7DD1;
}
</style>
border-color css
<style>
span { border-color: #FF7DD1; }
span { border-color: rgb(255,125,209); }
td.TdClassName
{
border-color: #FF7DD1;
}
.TagClassName
{
border-color: #FF7DD1;
}
</style>