Shades of Neon Pink #FF7ED5
Tints of Neon Pink #FF7ED5
RGB
CMYK
RGB Variations
Color information
#FF7ED5 (or 0xFF7ED5) is known color: Neon Pink. HEX triplet: FF, 7E and D5. RGB value is (255,126,213). Sum of RGB (Red+Green+Blue) = 255+126+213=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 126 (49.61% from 255 or 21.21% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED5 is #00812A. Grayscale: #AEAEAE. Windows color (decimal): -33067 or 13991679. OLE color: 13991679.
HSL color Cylindrical-coordinate representation of color #FF7ED5: hue angle of 319.53º 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 #FF7ED5 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 213 | - |
| CMYK | 0 | 0.51 | 0.16 | 0 |
| HSL | 319.53º | 1% | 0.75% | - |
| HSV(B) | 319.53º | 0.51% | 1% | - |
| XYZ | 60.71 | 40.99 | 67.66 | - |
| YUV | 174.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 213 | 0 | 0.51 | 0.16 | 0 | 319.53 | 1 | 0.75 |
| Hex | FF | 7E | D5 | 0 | 33 | 10 | 0 | 140 | 64 | 4B |
| Octal | 377 | 176 | 325 | 0 | 63 | 20 | 0 | 500 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11010101 | 0 | 110011 | 10000 | 0 | 101000000 | 1100100 | 1001011 |
Color Harmonies of #FF7ED5
Complementary color
Monochromatic Colors of #FF7ED5
Black with #FF7ED5
Text Example
Text Example
White with #FF7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ED5; }
p { color: rgb(255,126,213); }
H1.HeaderClassName
{
color: #FF7ED5;
}
.AnyTagClassName
{
color: #FF7ED5;
}
</style>
background-color css
<style>
a { background-color: #FF7ED5; }
a { background-color: rgb(255,126,213); }
div.DivClassName
{
background-color: #FF7ED5;
}
.BgClassName
{
background-color: #FF7ED5;
}
</style>
border-color css
<style>
span { border-color: #FF7ED5; }
span { border-color: rgb(255,126,213); }
td.TdClassName
{
border-color: #FF7ED5;
}
.TagClassName
{
border-color: #FF7ED5;
}
</style>