Shades of Neon Pink #FF7AD0
Tints of Neon Pink #FF7AD0
RGB
CMYK
RGB Variations
Color information
#FF7AD0 (or 0xFF7AD0) is known color: Neon Pink. HEX triplet: FF, 7A and D0. RGB value is (255,122,208). Sum of RGB (Red+Green+Blue) = 255+122+208=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AD0 is #00852F. Grayscale: #ABABAB. Windows color (decimal): -34096 or 13662975. OLE color: 13662975.
HSL color Cylindrical-coordinate representation of color #FF7AD0: hue angle of 321.2º 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 #FF7AD0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 208 | - |
| CMYK | 0 | 0.52 | 0.18 | 0 |
| HSL | 321.2º | 1% | 0.74% | - |
| HSV(B) | 321.2º | 0.52% | 1% | - |
| XYZ | 59.58 | 39.73 | 64.2 | - |
| YUV | 171.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 208 | 0 | 0.52 | 0.18 | 0 | 321.2 | 1 | 0.74 |
| Hex | FF | 7A | D0 | 0 | 34 | 12 | 0 | 141 | 64 | 4A |
| Octal | 377 | 172 | 320 | 0 | 64 | 22 | 0 | 501 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11010000 | 0 | 110100 | 10010 | 0 | 101000001 | 1100100 | 1001010 |
Color Harmonies of #FF7AD0
Complementary color
Monochromatic Colors of #FF7AD0
Black with #FF7AD0
Text Example
Text Example
White with #FF7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7AD0; }
p { color: rgb(255,122,208); }
H1.HeaderClassName
{
color: #FF7AD0;
}
.AnyTagClassName
{
color: #FF7AD0;
}
</style>
background-color css
<style>
a { background-color: #FF7AD0; }
a { background-color: rgb(255,122,208); }
div.DivClassName
{
background-color: #FF7AD0;
}
.BgClassName
{
background-color: #FF7AD0;
}
</style>
border-color css
<style>
span { border-color: #FF7AD0; }
span { border-color: rgb(255,122,208); }
td.TdClassName
{
border-color: #FF7AD0;
}
.TagClassName
{
border-color: #FF7AD0;
}
</style>