#F772C2

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

Shades of Neon Pink #F772C2

Tints of Neon Pink #F772C2

Color information

#F772C2 (or 0xF772C2) is unknown color: approx Neon Pink. HEX triplet: F7, 72 and C2. RGB value is (247,114,194). Sum of RGB (Red+Green+Blue) = 247+114+194=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F772C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772C2 is #088D3D. Grayscale: #A2A2A2. Windows color (decimal): -560446 or 12743415. OLE color: 12743415.

HSL color Cylindrical-coordinate representation of color #F772C2: hue angle of 323.91º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772C2 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247114194-
CMYK00.540.210.03
HSL323.91º89.26%70.78%-
HSV(B)323.91º53.85%96.86%-
XYZ54.1135.755.08-
YUV162.89145.56188-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 114 (44.92% from 255) = 20.54%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=44.50%
G=20.54%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711419400.540.210.03323.9189.2670.78
HexF772C20361531445947
Octal367162302066253504131107
Binary111101111110010110000100110110101011110100010010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F772C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F772C2; }

 p { color: rgb(247,114,194); }

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

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

 a { background-color: rgb(247,114,194); }

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

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

 span { border-color: rgb(247,114,194); }

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