Html Css Color HEX #EC72C6 Neon Pink

📋 copy color: '#EC72C6'

red 236 ◦ green 114 ◦ blue 198

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

Shades of Neon Pink #EC72C6

Tints of Neon Pink #EC72C6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.8%

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

R = 43.07%
G = 20.8%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC72C6 (or 0xEC72C6) is known color: Neon Pink. HEX triplet: EC, 72 and C6. RGB value is (236,114,198). Sum of RGB (Red+Green+Blue) = 236+114+198=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72C6 is #138D39. Grayscale: #9F9F9F. Windows color (decimal): -1281338 or 13005548. OLE color: 13005548.

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

Color convert

RGB 236 114 198 -
CMYK 0 0.52 0.16 0.07
HSL 318.69º 0.76% 0.69% -
HSV(B) 318.69º 0.52% 0.93% -
XYZ 50.8 33.94 57.3 -
YUV 160.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 236 114 198 0 0.52 0.16 0.07 318.69 0.76 0.69
Hex EC 72 C6 0 34 10 7 13F 4C 45
Octal 354 162 306 0 64 20 7 477 114 105
Binary 11101100 1110010 11000110 0 110100 10000 111 100111111 1001100 1000101

Color Harmonies of #EC72C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72C6

Black with #EC72C6

Text Example


Text Example

White with #EC72C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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