#F76DBF

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

Shades of Neon Pink #F76DBF

Tints of Neon Pink #F76DBF

Color information

#F76DBF (or 0xF76DBF) is unknown color: approx Neon Pink. HEX triplet: F7, 6D and BF. RGB value is (247,109,191). Sum of RGB (Red+Green+Blue) = 247+109+191=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DBF is #089240. Grayscale: #9F9F9F. Windows color (decimal): -561729 or 12545527. OLE color: 12545527.

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

Color convert

RGB247109191-
CMYK00.560.230.03
HSL324.35º89.61%69.8%-
HSV(B)324.35º55.87%96.86%-
XYZ53.2334.4753.14-
YUV159.61145.72190.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.16%
GREEN value IS 109 (42.97% from 255) = 19.93%
BLUE value IS 191 (75% from 255) = 34.92%
R=45.16%
G=19.93%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710919100.560.230.03324.3589.6169.8
HexF76DBF0381731445a46
Octal367155277070273504132106
Binary111101111101101101111110111000101111110100010010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76DBF; }

 p { color: rgb(247,109,191); }

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

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

 a { background-color: rgb(247,109,191); }

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

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

 span { border-color: rgb(247,109,191); }

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