Html Css Color HEX #EC6BCC Neon Pink

📋 copy color: '#EC6BCC'

red 236 ◦ green 107 ◦ blue 204

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

Shades of Neon Pink #EC6BCC

Tints of Neon Pink #EC6BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.56%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 43.14%
G = 19.56%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC6BCC (or 0xEC6BCC) is known color: Neon Pink. HEX triplet: EC, 6B and CC. RGB value is (236,107,204). Sum of RGB (Red+Green+Blue) = 236+107+204=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BCC is #139433. Grayscale: #9C9C9C. Windows color (decimal): -1283124 or 13396972. OLE color: 13396972.

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

Color convert

RGB 236 107 204 -
CMYK 0 0.55 0.14 0.07
HSL 314.88º 0.77% 0.67% -
HSV(B) 314.88º 0.55% 0.93% -
XYZ 50.75 32.71 60.77 -
YUV 156.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 236 107 204 0 0.55 0.14 0.07 314.88 0.77 0.67
Hex EC 6B CC 0 37 E 7 13B 4D 43
Octal 354 153 314 0 67 16 7 473 115 103
Binary 11101100 1101011 11001100 0 110111 1110 111 100111011 1001101 1000011

Color Harmonies of #EC6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6BCC

Black with #EC6BCC

Text Example


Text Example

White with #EC6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6BCC; }

 p { color: rgb(236,107,204); }

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

background-color css

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

 a { background-color: rgb(236,107,204); }

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

border-color css

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

 span { border-color: rgb(236,107,204); }

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