Html Css Color HEX #EC60C3 Neon Pink

📋 copy color: '#EC60C3'

red 236 ◦ green 96 ◦ blue 195

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

Shades of Neon Pink #EC60C3

Tints of Neon Pink #EC60C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37%

R = 44.78%
G = 18.22%
B = 37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC60C3 (or 0xEC60C3) is known color: Neon Pink. HEX triplet: EC, 60 and C3. RGB value is (236,96,195). Sum of RGB (Red+Green+Blue) = 236+96+195=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60C3 is #139F3C. Grayscale: #949494. Windows color (decimal): -1285949 or 12804332. OLE color: 12804332.

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

Color convert

RGB 236 96 195 -
CMYK 0 0.59 0.17 0.07
HSL 317.57º 0.79% 0.65% -
HSV(B) 317.57º 0.59% 0.93% -
XYZ 48.63 30.14 54.88 -
YUV 149.15 153.88 189.95 -
System Red Green Blue C M Y K H S L
Decimal 236 96 195 0 0.59 0.17 0.07 317.57 0.79 0.65
Hex EC 60 C3 0 3B 11 7 13E 4F 41
Octal 354 140 303 0 73 21 7 476 117 101
Binary 11101100 1100000 11000011 0 111011 10001 111 100111110 1001111 1000001

Color Harmonies of #EC60C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60C3

Black with #EC60C3

Text Example


Text Example

White with #EC60C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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