Html Css Color HEX #EC66C4 Neon Pink

📋 copy color: '#EC66C4'

red 236 ◦ green 102 ◦ blue 196

#EC66C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #EC66C4

Tints of Neon Pink #EC66C4

RGB

 RED value IS 236 (92.58% from 255) = 44.19%

 GREEN value IS 102 (40.23% from 255) = 19.1%

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 44.19%
G = 19.1%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC66C4 (or 0xEC66C4) is known color: Neon Pink. HEX triplet: EC, 66 and C4. RGB value is (236,102,196). Sum of RGB (Red+Green+Blue) = 236+102+196=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66C4 is #13993B. Grayscale: #989898. Windows color (decimal): -1284412 or 12871404. OLE color: 12871404.

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

Color convert

RGB 236 102 196 -
CMYK 0 0.57 0.17 0.07
HSL 317.91º 0.78% 0.66% -
HSV(B) 317.91º 0.57% 0.93% -
XYZ 49.31 31.32 55.67 -
YUV 152.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 236 102 196 0 0.57 0.17 0.07 317.91 0.78 0.66
Hex EC 66 C4 0 39 11 7 13E 4E 42
Octal 354 146 304 0 71 21 7 476 116 102
Binary 11101100 1100110 11000100 0 111001 10001 111 100111110 1001110 1000010

Color Harmonies of #EC66C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66C4

Black with #EC66C4

Text Example


Text Example

White with #EC66C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66C4; }

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

 H1.HeaderClassName
 {
   color: #EC66C4;
 }
 .AnyTagClassName
 {
   color: #EC66C4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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