#EC66BF

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

Shades of Neon Pink #EC66BF

Tints of Neon Pink #EC66BF

Color information

#EC66BF (or 0xEC66BF) is unknown color: approx Neon Pink. HEX triplet: EC, 66 and BF. RGB value is (236,102,191). Sum of RGB (Red+Green+Blue) = 236+102+191=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66BF is #139940. Grayscale: #979797. Windows color (decimal): -1284417 or 12543724. OLE color: 12543724.

HSL color Cylindrical-coordinate representation of color #EC66BF: hue angle of 320.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC66BF is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236102191-
CMYK00.570.190.07
HSL320.15º77.91%66.27%-
HSV(B)320.15º56.78%92.55%-
XYZ48.7531.152.72-
YUV152.21149.89187.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 102 (40.23% from 255) = 19.28%
BLUE value IS 191 (75% from 255) = 36.11%
R=44.61%
G=19.28%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610219100.570.190.07320.1577.9166.27
HexEC66BF0391371404e42
Octal354146277071237500116102
Binary1110110011001101011111101110011001111110100000010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC66BF; }

 p { color: rgb(236,102,191); }

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

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

 a { background-color: rgb(236,102,191); }

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

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

 span { border-color: rgb(236,102,191); }

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