#F766C9

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

Shades of Neon Pink #F766C9

Tints of Neon Pink #F766C9

Color information

#F766C9 (or 0xF766C9) is unknown color: approx Neon Pink. HEX triplet: F7, 66 and C9. RGB value is (247,102,201). Sum of RGB (Red+Green+Blue) = 247+102+201=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F766C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766C9 is #089936. Grayscale: #9C9C9C. Windows color (decimal): -563511 or 13199095. OLE color: 13199095.

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

Color convert

RGB247102201-
CMYK00.590.190.03
HSL319.03º90.06%68.43%-
HSV(B)319.03º58.7%96.86%-
XYZ53.6533.4958.9-
YUV156.64153.04192.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 102 (40.23% from 255) = 18.55%
BLUE value IS 201 (78.91% from 255) = 36.55%
R=44.91%
G=18.55%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710220100.590.190.03319.0390.0668.43
HexF766C903B13313f5a44
Octal367146311073233477132104
Binary111101111100110110010010111011100111110011111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F766C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F766C9; }

 p { color: rgb(247,102,201); }

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

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

 a { background-color: rgb(247,102,201); }

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

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

 span { border-color: rgb(247,102,201); }

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