Shades of Neon Pink #FF7ED2
Tints of Neon Pink #FF7ED2
RGB
CMYK
RGB Variations
Color information
#FF7ED2 (or 0xFF7ED2) is known color: Neon Pink. HEX triplet: FF, 7E and D2. RGB value is (255,126,210). Sum of RGB (Red+Green+Blue) = 255+126+210=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED2 is #00812D. Grayscale: #ADADAD. Windows color (decimal): -33070 or 13795071. OLE color: 13795071.
HSL color Cylindrical-coordinate representation of color #FF7ED2: hue angle of 320.93º 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 #FF7ED2 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 210 | - |
| CMYK | 0 | 0.51 | 0.18 | 0 |
| HSL | 320.93º | 1% | 0.75% | - |
| HSV(B) | 320.93º | 0.51% | 1% | - |
| XYZ | 60.33 | 40.83 | 65.67 | - |
| YUV | 174.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 210 | 0 | 0.51 | 0.18 | 0 | 320.93 | 1 | 0.75 |
| Hex | FF | 7E | D2 | 0 | 33 | 12 | 0 | 141 | 64 | 4B |
| Octal | 377 | 176 | 322 | 0 | 63 | 22 | 0 | 501 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11010010 | 0 | 110011 | 10010 | 0 | 101000001 | 1100100 | 1001011 |
Color Harmonies of #FF7ED2
Complementary color
Monochromatic Colors of #FF7ED2
Black with #FF7ED2
Text Example
Text Example
White with #FF7ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ED2; }
p { color: rgb(255,126,210); }
H1.HeaderClassName
{
color: #FF7ED2;
}
.AnyTagClassName
{
color: #FF7ED2;
}
</style>
background-color css
<style>
a { background-color: #FF7ED2; }
a { background-color: rgb(255,126,210); }
div.DivClassName
{
background-color: #FF7ED2;
}
.BgClassName
{
background-color: #FF7ED2;
}
</style>
border-color css
<style>
span { border-color: #FF7ED2; }
span { border-color: rgb(255,126,210); }
td.TdClassName
{
border-color: #FF7ED2;
}
.TagClassName
{
border-color: #FF7ED2;
}
</style>