Shades of Neon Pink #FF7ACE
Tints of Neon Pink #FF7ACE
RGB
CMYK
RGB Variations
Color information
#FF7ACE (or 0xFF7ACE) is known color: Neon Pink. HEX triplet: FF, 7A and CE. RGB value is (255,122,206). Sum of RGB (Red+Green+Blue) = 255+122+206=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ACE is #008531. Grayscale: #ABABAB. Windows color (decimal): -34098 or 13531903. OLE color: 13531903.
HSL color Cylindrical-coordinate representation of color #FF7ACE: hue angle of 322.11º 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 #FF7ACE is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 206 | - |
| CMYK | 0 | 0.52 | 0.19 | 0 |
| HSL | 322.11º | 1% | 0.74% | - |
| HSV(B) | 322.11º | 0.52% | 1% | - |
| XYZ | 59.34 | 39.64 | 62.92 | - |
| YUV | 171.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 206 | 0 | 0.52 | 0.19 | 0 | 322.11 | 1 | 0.74 |
| Hex | FF | 7A | CE | 0 | 34 | 13 | 0 | 142 | 64 | 4A |
| Octal | 377 | 172 | 316 | 0 | 64 | 23 | 0 | 502 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11001110 | 0 | 110100 | 10011 | 0 | 101000010 | 1100100 | 1001010 |
Color Harmonies of #FF7ACE
Complementary color
Monochromatic Colors of #FF7ACE
Black with #FF7ACE
Text Example
Text Example
White with #FF7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ACE; }
p { color: rgb(255,122,206); }
H1.HeaderClassName
{
color: #FF7ACE;
}
.AnyTagClassName
{
color: #FF7ACE;
}
</style>
background-color css
<style>
a { background-color: #FF7ACE; }
a { background-color: rgb(255,122,206); }
div.DivClassName
{
background-color: #FF7ACE;
}
.BgClassName
{
background-color: #FF7ACE;
}
</style>
border-color css
<style>
span { border-color: #FF7ACE; }
span { border-color: rgb(255,122,206); }
td.TdClassName
{
border-color: #FF7ACE;
}
.TagClassName
{
border-color: #FF7ACE;
}
</style>