Html Css Color HEX #EC6FCA Neon Pink

📋 copy color: '#EC6FCA'

red 236 ◦ green 111 ◦ blue 202

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

Shades of Neon Pink #EC6FCA

Tints of Neon Pink #EC6FCA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.22%

 BLUE value IS 202 (79.3% from 255) = 36.79%

R = 42.99%
G = 20.22%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC6FCA (or 0xEC6FCA) is known color: Neon Pink. HEX triplet: EC, 6F and CA. RGB value is (236,111,202). Sum of RGB (Red+Green+Blue) = 236+111+202=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6FCA is #139035. Grayscale: #9E9E9E. Windows color (decimal): -1282102 or 13266924. OLE color: 13266924.

HSL color Cylindrical-coordinate representation of color #EC6FCA: hue angle of 316.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FCA is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 111 202 -
CMYK 0 0.53 0.14 0.07
HSL 316.32º 0.77% 0.68% -
HSV(B) 316.32º 0.53% 0.93% -
XYZ 50.94 33.47 59.65 -
YUV 158.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 236 111 202 0 0.53 0.14 0.07 316.32 0.77 0.68
Hex EC 6F CA 0 35 E 7 13C 4D 44
Octal 354 157 312 0 65 16 7 474 115 104
Binary 11101100 1101111 11001010 0 110101 1110 111 100111100 1001101 1000100

Color Harmonies of #EC6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6FCA

Black with #EC6FCA

Text Example


Text Example

White with #EC6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6FCA; }

 p { color: rgb(236,111,202); }

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

background-color css

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

 a { background-color: rgb(236,111,202); }

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

border-color css

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

 span { border-color: rgb(236,111,202); }

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