#F66ECA

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

Shades of Neon Pink #F66ECA

Tints of Neon Pink #F66ECA

Color information

#F66ECA (or 0xF66ECA) is unknown color: approx Neon Pink. HEX triplet: F6, 6E and CA. RGB value is (246,110,202). Sum of RGB (Red+Green+Blue) = 246+110+202=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F66ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66ECA is #099135. Grayscale: #A0A0A0. Windows color (decimal): -626998 or 13266678. OLE color: 13266678.

HSL color Cylindrical-coordinate representation of color #F66ECA: hue angle of 319.41º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F66ECA is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246110202-
CMYK00.550.180.04
HSL319.41º88.31%69.8%-
HSV(B)319.41º55.28%96.47%-
XYZ54.2435.0159.78-
YUV161.15151.06188.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 110 (43.36% from 255) = 19.71%
BLUE value IS 202 (79.30% from 255) = 36.20%
R=44.09%
G=19.71%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611020200.550.180.04319.4188.3169.8
HexF66ECA03712413f5846
Octal366156312067224477130106
Binary1111011011011101100101001101111001010010011111110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66ECA; }

 p { color: rgb(246,110,202); }

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

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

 a { background-color: rgb(246,110,202); }

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

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

 span { border-color: rgb(246,110,202); }

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