Shades of Neon Pink #FF7ACF
Tints of Neon Pink #FF7ACF
RGB
CMYK
RGB Variations
Color information
#FF7ACF (or 0xFF7ACF) is known color: Neon Pink. HEX triplet: FF, 7A and CF. RGB value is (255,122,207). Sum of RGB (Red+Green+Blue) = 255+122+207=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ACF is #008530. Grayscale: #ABABAB. Windows color (decimal): -34097 or 13597439. OLE color: 13597439.
HSL color Cylindrical-coordinate representation of color #FF7ACF: hue angle of 321.65º 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 #FF7ACF is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 207 | - |
| CMYK | 0 | 0.52 | 0.19 | 0 |
| HSL | 321.65º | 1% | 0.74% | - |
| HSV(B) | 321.65º | 0.52% | 1% | - |
| XYZ | 59.46 | 39.68 | 63.56 | - |
| YUV | 171.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 207 | 0 | 0.52 | 0.19 | 0 | 321.65 | 1 | 0.74 |
| Hex | FF | 7A | CF | 0 | 34 | 13 | 0 | 142 | 64 | 4A |
| Octal | 377 | 172 | 317 | 0 | 64 | 23 | 0 | 502 | 144 | 112 |
| Binary | 11111111 | 1111010 | 11001111 | 0 | 110100 | 10011 | 0 | 101000010 | 1100100 | 1001010 |
Color Harmonies of #FF7ACF
Complementary color
Monochromatic Colors of #FF7ACF
Black with #FF7ACF
Text Example
Text Example
White with #FF7ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ACF; }
p { color: rgb(255,122,207); }
H1.HeaderClassName
{
color: #FF7ACF;
}
.AnyTagClassName
{
color: #FF7ACF;
}
</style>
background-color css
<style>
a { background-color: #FF7ACF; }
a { background-color: rgb(255,122,207); }
div.DivClassName
{
background-color: #FF7ACF;
}
.BgClassName
{
background-color: #FF7ACF;
}
</style>
border-color css
<style>
span { border-color: #FF7ACF; }
span { border-color: rgb(255,122,207); }
td.TdClassName
{
border-color: #FF7ACF;
}
.TagClassName
{
border-color: #FF7ACF;
}
</style>