#F76AD6

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

Shades of Neon Pink #F76AD6

Tints of Neon Pink #F76AD6

Color information

#F76AD6 (or 0xF76AD6) is unknown color: approx Neon Pink. HEX triplet: F7, 6A and D6. RGB value is (247,106,214). Sum of RGB (Red+Green+Blue) = 247+106+214=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AD6 is #089529. Grayscale: #A0A0A0. Windows color (decimal): -562474 or 14052087. OLE color: 14052087.

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

Color convert

RGB247106214-
CMYK00.570.130.03
HSL314.04º89.81%69.22%-
HSV(B)314.04º57.09%96.86%-
XYZ55.6534.9467.43-
YUV160.47158.21189.72-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.56%
GREEN value IS 106 (41.80% from 255) = 18.69%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=43.56%
G=18.69%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710621400.570.130.03314.0489.8169.22
HexF76AD6039D313a5a45
Octal367152326071153472132105
Binary11110111110101011010110011100111011110011101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76AD6; }

 p { color: rgb(247,106,214); }

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

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

 a { background-color: rgb(247,106,214); }

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

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

 span { border-color: rgb(247,106,214); }

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