Shades of Neon Pink #FF7ACC
Tints of Neon Pink #FF7ACC
RGB
CMYK
RGB Variations
Color information
#FF7ACC (or 0xFF7ACC) is known color: Neon Pink. HEX triplet: FF, 7A and CC. RGB value is (255,122,204). Sum of RGB (Red+Green+Blue) = 255+122+204=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ACC is #008533. Grayscale: #AAAAAA. Windows color (decimal): -34100 or 13400831. OLE color: 13400831.
HSL color Cylindrical-coordinate representation of color #FF7ACC: hue angle of 323.01º 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 #FF7ACC is Cyan = 0, Magento = 0.52, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 204 | - |
| CMYK | 0 | 0.52 | 0.2 | 0 |
| HSL | 323.01º | 1% | 0.74% | - |
| HSV(B) | 323.01º | 0.52% | 1% | - |
| XYZ | 59.1 | 39.54 | 61.64 | - |
| YUV | 171.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 204 | 0 | 0.52 | 0.2 | 0 | 323.01 | 1 | 0.74 |
| Hex | FF | 7A | CC | 0 | 34 | 14 | 0 | 143 | 64 | 4A |
| Octal | 377 | 172 | 314 | 0 | 64 | 24 | 0 | 503 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11001100 | 0 | 110100 | 10100 | 0 | 101000011 | 1100100 | 1001010 |
Color Harmonies of #FF7ACC
Complementary color
Monochromatic Colors of #FF7ACC
Black with #FF7ACC
Text Example
Text Example
White with #FF7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ACC; }
p { color: rgb(255,122,204); }
H1.HeaderClassName
{
color: #FF7ACC;
}
.AnyTagClassName
{
color: #FF7ACC;
}
</style>
background-color css
<style>
a { background-color: #FF7ACC; }
a { background-color: rgb(255,122,204); }
div.DivClassName
{
background-color: #FF7ACC;
}
.BgClassName
{
background-color: #FF7ACC;
}
</style>
border-color css
<style>
span { border-color: #FF7ACC; }
span { border-color: rgb(255,122,204); }
td.TdClassName
{
border-color: #FF7ACC;
}
.TagClassName
{
border-color: #FF7ACC;
}
</style>