Shades of Neon Pink #FF7AD3
Tints of Neon Pink #FF7AD3
RGB
CMYK
RGB Variations
Color information
#FF7AD3 (or 0xFF7AD3) is known color: Neon Pink. HEX triplet: FF, 7A and D3. RGB value is (255,122,211). Sum of RGB (Red+Green+Blue) = 255+122+211=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 122 (48.05% from 255 or 20.75% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AD3 is #00852C. Grayscale: #ABABAB. Windows color (decimal): -34093 or 13859583. OLE color: 13859583.
HSL color Cylindrical-coordinate representation of color #FF7AD3: hue angle of 319.85º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7AD3 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 211 | - |
| CMYK | 0 | 0.52 | 0.17 | 0 |
| HSL | 319.85º | 1% | 0.74% | - |
| HSV(B) | 319.85º | 0.52% | 1% | - |
| XYZ | 59.96 | 39.88 | 66.17 | - |
| YUV | 171.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 211 | 0 | 0.52 | 0.17 | 0 | 319.85 | 1 | 0.74 |
| Hex | FF | 7A | D3 | 0 | 34 | 11 | 0 | 140 | 64 | 4A |
| Octal | 377 | 172 | 323 | 0 | 64 | 21 | 0 | 500 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11010011 | 0 | 110100 | 10001 | 0 | 101000000 | 1100100 | 1001010 |
Color Harmonies of #FF7AD3
Complementary color
Monochromatic Colors of #FF7AD3
Black with #FF7AD3
Text Example
Text Example
White with #FF7AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AD3; }
p { color: rgb(255,122,211); }
H1.HeaderClassName
{
color: #FF7AD3;
}
.AnyTagClassName
{
color: #FF7AD3;
}
</style>
background-color css
<style>
a { background-color: #FF7AD3; }
a { background-color: rgb(255,122,211); }
div.DivClassName
{
background-color: #FF7AD3;
}
.BgClassName
{
background-color: #FF7AD3;
}
</style>
border-color css
<style>
span { border-color: #FF7AD3; }
span { border-color: rgb(255,122,211); }
td.TdClassName
{
border-color: #FF7AD3;
}
.TagClassName
{
border-color: #FF7AD3;
}
</style>