Shades of Neon Pink #FF7ED3
Tints of Neon Pink #FF7ED3
RGB
CMYK
RGB Variations
Color information
#FF7ED3 (or 0xFF7ED3) is known color: Neon Pink. HEX triplet: FF, 7E and D3. RGB value is (255,126,211). Sum of RGB (Red+Green+Blue) = 255+126+211=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 126 (49.61% from 255 or 21.28% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED3 is #00812C. Grayscale: #AEAEAE. Windows color (decimal): -33069 or 13860607. OLE color: 13860607.
HSL color Cylindrical-coordinate representation of color #FF7ED3: hue angle of 320.47º 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 #FF7ED3 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 211 | - |
| CMYK | 0 | 0.51 | 0.17 | 0 |
| HSL | 320.47º | 1% | 0.75% | - |
| HSV(B) | 320.47º | 0.51% | 1% | - |
| XYZ | 60.46 | 40.88 | 66.33 | - |
| YUV | 174.26 | 148.74 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 211 | 0 | 0.51 | 0.17 | 0 | 320.47 | 1 | 0.75 |
| Hex | FF | 7E | D3 | 0 | 33 | 11 | 0 | 140 | 64 | 4B |
| Octal | 377 | 176 | 323 | 0 | 63 | 21 | 0 | 500 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11010011 | 0 | 110011 | 10001 | 0 | 101000000 | 1100100 | 1001011 |
Color Harmonies of #FF7ED3
Complementary color
Monochromatic Colors of #FF7ED3
Black with #FF7ED3
Text Example
Text Example
White with #FF7ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ED3; }
p { color: rgb(255,126,211); }
H1.HeaderClassName
{
color: #FF7ED3;
}
.AnyTagClassName
{
color: #FF7ED3;
}
</style>
background-color css
<style>
a { background-color: #FF7ED3; }
a { background-color: rgb(255,126,211); }
div.DivClassName
{
background-color: #FF7ED3;
}
.BgClassName
{
background-color: #FF7ED3;
}
</style>
border-color css
<style>
span { border-color: #FF7ED3; }
span { border-color: rgb(255,126,211); }
td.TdClassName
{
border-color: #FF7ED3;
}
.TagClassName
{
border-color: #FF7ED3;
}
</style>