Html Css Color HEX #EC60C0 Neon Pink

📋 copy color: '#EC60C0'

red 236 ◦ green 96 ◦ blue 192

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

Shades of Neon Pink #EC60C0

Tints of Neon Pink #EC60C0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.32%

 BLUE value IS 192 (75.39% from 255) = 36.64%

R = 45.04%
G = 18.32%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC60C0 (or 0xEC60C0) is known color: Neon Pink. HEX triplet: EC, 60 and C0. RGB value is (236,96,192). Sum of RGB (Red+Green+Blue) = 236+96+192=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60C0 is #139F3F. Grayscale: #949494. Windows color (decimal): -1285952 or 12607724. OLE color: 12607724.

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

Color convert

RGB 236 96 192 -
CMYK 0 0.59 0.19 0.07
HSL 318.86º 0.79% 0.65% -
HSV(B) 318.86º 0.59% 0.93% -
XYZ 48.29 30 53.12 -
YUV 148.8 152.38 190.19 -
System Red Green Blue C M Y K H S L
Decimal 236 96 192 0 0.59 0.19 0.07 318.86 0.79 0.65
Hex EC 60 C0 0 3B 13 7 13F 4F 41
Octal 354 140 300 0 73 23 7 477 117 101
Binary 11101100 1100000 11000000 0 111011 10011 111 100111111 1001111 1000001

Color Harmonies of #EC60C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60C0

Black with #EC60C0

Text Example


Text Example

White with #EC60C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60C0; }

 p { color: rgb(236,96,192); }

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

background-color css

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

 a { background-color: rgb(236,96,192); }

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

border-color css

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

 span { border-color: rgb(236,96,192); }

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