#f76ec2

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

Shades of Neon Pink #F76EC2

Tints of Neon Pink #F76EC2

Color information

#F76EC2 (or 0xF76EC2) is unknown color: approx Neon Pink. HEX triplet: F7, 6E and C2. RGB value is (247,110,194). Sum of RGB (Red+Green+Blue) = 247+110+194=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 110 (43.36% from 255 or 19.96% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F76EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76EC2 is #08913D. Grayscale: #A0A0A0. Windows color (decimal): -561470 or 12742391. OLE color: 12742391.

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

Color convert

RGB247110194-
CMYK00.550.210.03
HSL323.21º89.54%70%-
HSV(B)323.21º55.47%96.86%-
XYZ53.6734.8254.93-
YUV160.54146.89189.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.83%
GREEN value IS 110 (43.36% from 255) = 19.96%
BLUE value IS 194 (76.17% from 255) = 35.21%
R=44.83%
G=19.96%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711019400.550.210.03323.2189.5470
HexF76EC20371531435a46
Octal367156302067253503132106
Binary111101111101110110000100110111101011110100001110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f76ec2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f76ec2; }

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

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

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

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

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

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

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

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