#F766CA

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

Shades of Neon Pink #F766CA

Tints of Neon Pink #F766CA

Color information

#F766CA (or 0xF766CA) is unknown color: approx Neon Pink. HEX triplet: F7, 66 and CA. RGB value is (247,102,202). Sum of RGB (Red+Green+Blue) = 247+102+202=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 102 (40.23% from 255 or 18.51% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F766CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766CA is #089935. Grayscale: #9C9C9C. Windows color (decimal): -563510 or 13264631. OLE color: 13264631.

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

Color convert

RGB247102202-
CMYK00.590.180.03
HSL318.62º90.06%68.43%-
HSV(B)318.62º58.7%96.86%-
XYZ53.7733.5459.52-
YUV156.75153.54192.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.83%
GREEN value IS 102 (40.23% from 255) = 18.51%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=44.83%
G=18.51%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710220200.590.180.03318.6290.0668.43
HexF766CA03B12313f5a44
Octal367146312073223477132104
Binary111101111100110110010100111011100101110011111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F766CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F766CA; }

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

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

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

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

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

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

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

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