#F772C4

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

Shades of Neon Pink #F772C4

Tints of Neon Pink #F772C4

Color information

#F772C4 (or 0xF772C4) is unknown color: approx Neon Pink. HEX triplet: F7, 72 and C4. RGB value is (247,114,196). Sum of RGB (Red+Green+Blue) = 247+114+196=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F772C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772C4 is #088D3B. Grayscale: #A2A2A2. Windows color (decimal): -560444 or 12874487. OLE color: 12874487.

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

Color convert

RGB247114196-
CMYK00.540.210.03
HSL323.01º89.26%70.78%-
HSV(B)323.01º53.85%96.86%-
XYZ54.3435.7956.27-
YUV163.11146.56187.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 114 (44.92% from 255) = 20.47%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=44.34%
G=20.47%
B=35.19%

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
Decimal24711419600.540.210.03323.0189.2670.78
HexF772C40361531435947
Octal367162304066253503131107
Binary111101111110010110001000110110101011110100001110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F772C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F772C4; }

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

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

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

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

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

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

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

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