#FF7ACA

Color #FF7ACA Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF7ACA

Tints of Neon Pink #FF7ACA

Color information

#FF7ACA (or 0xFF7ACA) is unknown color: approx Neon Pink. HEX triplet: FF, 7A and CA. RGB value is (255,122,202). Sum of RGB (Red+Green+Blue) = 255+122+202=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ACA is #008535. Grayscale: #AAAAAA. Windows color (decimal): -34102 or 13269759. OLE color: 13269759.

HSL color Cylindrical-coordinate representation of color #FF7ACA: hue angle of 323.91º 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 #FF7ACA is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255122202-
CMYK00.520.210
HSL323.91º100%73.92%-
HSV(B)323.91º52.16%100%-
XYZ58.8639.4460.39-
YUV170.89145.56188-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 122 (48.05% from 255) = 21.07%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=44.04%
G=21.07%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512220200.520.210323.9110073.92
HexFF7ACA034150144644a
Octal377172312064250504144112
Binary11111111111101011001010011010010101010100010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7ACA; }

 p { color: rgb(255,122,202); }

 H1.HeaderClassName
 {
   color: #FF7ACA;
 }
 .AnyTagClassName
 {
   color: #FF7ACA;
 }
</style>
background-color css

<style>
 a { background-color: #FF7ACA; }

 a { background-color: rgb(255,122,202); }

 div.DivClassName
 {
   background-color: #FF7ACA;
 }
 .BgClassName
 {
   background-color: #FF7ACA;
 }
</style>
border-color css

<style>
 span { border-color: #FF7ACA; }

 span { border-color: rgb(255,122,202); }

 td.TdClassName
 {
   border-color: #FF7ACA;
 }
 .TagClassName
 {
   border-color: #FF7ACA;
 }
</style>