#F76ACD

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

Shades of Neon Pink #F76ACD

Tints of Neon Pink #F76ACD

Color information

#F76ACD (or 0xF76ACD) is unknown color: approx Neon Pink. HEX triplet: F7, 6A and CD. RGB value is (247,106,205). Sum of RGB (Red+Green+Blue) = 247+106+205=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ACD is #089532. Grayscale: #9F9F9F. Windows color (decimal): -562483 or 13462263. OLE color: 13462263.

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

Color convert

RGB247106205-
CMYK00.570.170.03
HSL317.87º89.81%69.22%-
HSV(B)317.87º57.09%96.86%-
XYZ54.5334.4961.54-
YUV159.44153.71190.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.27%
GREEN value IS 106 (41.80% from 255) = 19.00%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=44.27%
G=19.00%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710620500.570.170.03317.8789.8169.22
HexF76ACD03911313e5a45
Octal367152315071213476132105
Binary111101111101010110011010111001100011110011111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76ACD; }

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

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

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

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

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

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

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

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