Html Css Color HEX #EC64C6 Neon Pink

📋 copy color: '#EC64C6'

red 236 ◦ green 100 ◦ blue 198

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

Shades of Neon Pink #EC64C6

Tints of Neon Pink #EC64C6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.73%

 BLUE value IS 198 (77.73% from 255) = 37.08%

R = 44.19%
G = 18.73%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC64C6 (or 0xEC64C6) is known color: Neon Pink. HEX triplet: EC, 64 and C6. RGB value is (236,100,198). Sum of RGB (Red+Green+Blue) = 236+100+198=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64C6 is #139B39. Grayscale: #979797. Windows color (decimal): -1284922 or 13001964. OLE color: 13001964.

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

Color convert

RGB 236 100 198 -
CMYK 0 0.58 0.16 0.07
HSL 316.76º 0.78% 0.66% -
HSV(B) 316.76º 0.58% 0.93% -
XYZ 49.34 31.02 56.81 -
YUV 151.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 236 100 198 0 0.58 0.16 0.07 316.76 0.78 0.66
Hex EC 64 C6 0 3A 10 7 13D 4E 42
Octal 354 144 306 0 72 20 7 475 116 102
Binary 11101100 1100100 11000110 0 111010 10000 111 100111101 1001110 1000010

Color Harmonies of #EC64C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC64C6

Black with #EC64C6

Text Example


Text Example

White with #EC64C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC64C6; }

 p { color: rgb(236,100,198); }

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

background-color css

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

 a { background-color: rgb(236,100,198); }

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

border-color css

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

 span { border-color: rgb(236,100,198); }

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