Shades of Neon Pink #FF7ACD
Tints of Neon Pink #FF7ACD
RGB
CMYK
RGB Variations
Color information
#FF7ACD (or 0xFF7ACD) is known color: Neon Pink. HEX triplet: FF, 7A and CD. RGB value is (255,122,205). Sum of RGB (Red+Green+Blue) = 255+122+205=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ACD is #008532. Grayscale: #ABABAB. Windows color (decimal): -34099 or 13466367. OLE color: 13466367.
HSL color Cylindrical-coordinate representation of color #FF7ACD: hue angle of 322.56º 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 #FF7ACD is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 205 | - |
| CMYK | 0 | 0.52 | 0.20 | 0 |
| HSL | 322.56º | 1% | 0.74% | - |
| HSV(B) | 322.56º | 0.52% | 1% | - |
| XYZ | 59.22 | 39.59 | 62.28 | - |
| YUV | 171.23 | 147.06 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 205 | 0 | 0.52 | 0.20 | 0 | 322.56 | 1 | 0.74 |
| Hex | FF | 7A | CD | 0 | 34 | 14 | 0 | 143 | 64 | 4A |
| Octal | 377 | 172 | 315 | 0 | 64 | 24 | 0 | 503 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11001101 | 0 | 110100 | 10100 | 0 | 101000011 | 1100100 | 1001010 |
Color Harmonies of #FF7ACD
Complementary color
Monochromatic Colors of #FF7ACD
Black with #FF7ACD
Text Example
Text Example
White with #FF7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ACD; }
p { color: rgb(255,122,205); }
H1.HeaderClassName
{
color: #FF7ACD;
}
.AnyTagClassName
{
color: #FF7ACD;
}
</style>
background-color css
<style>
a { background-color: #FF7ACD; }
a { background-color: rgb(255,122,205); }
div.DivClassName
{
background-color: #FF7ACD;
}
.BgClassName
{
background-color: #FF7ACD;
}
</style>
border-color css
<style>
span { border-color: #FF7ACD; }
span { border-color: rgb(255,122,205); }
td.TdClassName
{
border-color: #FF7ACD;
}
.TagClassName
{
border-color: #FF7ACD;
}
</style>