#F76AD5

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

Shades of Neon Pink #F76AD5

Tints of Neon Pink #F76AD5

Color information

#F76AD5 (or 0xF76AD5) is unknown color: approx Neon Pink. HEX triplet: F7, 6A and D5. RGB value is (247,106,213). Sum of RGB (Red+Green+Blue) = 247+106+213=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AD5 is #08952A. Grayscale: #A0A0A0. Windows color (decimal): -562475 or 13986551. OLE color: 13986551.

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

Color convert

RGB247106213-
CMYK00.570.140.03
HSL314.47º89.81%69.22%-
HSV(B)314.47º57.09%96.86%-
XYZ55.5234.8966.76-
YUV160.36157.71189.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.64%
GREEN value IS 106 (41.80% from 255) = 18.73%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=43.64%
G=18.73%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710621300.570.140.03314.4789.8169.22
HexF76AD5039E313a5a45
Octal367152325071163472132105
Binary11110111110101011010101011100111101110011101010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76AD5; }

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

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

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

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

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

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

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

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