Html Css Color HEX #EC68BC Neon Pink

📋 copy color: '#EC68BC'

red 236 ◦ green 104 ◦ blue 188

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

Shades of Neon Pink #EC68BC

Tints of Neon Pink #EC68BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.7%

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 44.7%
G = 19.7%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC68BC (or 0xEC68BC) is known color: Neon Pink. HEX triplet: EC, 68 and BC. RGB value is (236,104,188). Sum of RGB (Red+Green+Blue) = 236+104+188=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC68BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC68BC is #139743. Grayscale: #989898. Windows color (decimal): -1283908 or 12347628. OLE color: 12347628.

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

Color convert

RGB 236 104 188 -
CMYK 0 0.56 0.20 0.07
HSL 321.82º 0.78% 0.67% -
HSV(B) 321.82º 0.56% 0.93% -
XYZ 48.62 31.36 51.07 -
YUV 153.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 236 104 188 0 0.56 0.20 0.07 321.82 0.78 0.67
Hex EC 68 BC 0 38 14 7 142 4E 43
Octal 354 150 274 0 70 24 7 502 116 103
Binary 11101100 1101000 10111100 0 111000 10100 111 101000010 1001110 1000011

Color Harmonies of #EC68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC68BC

Black with #EC68BC

Text Example


Text Example

White with #EC68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC68BC; }

 p { color: rgb(236,104,188); }

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

background-color css

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

 a { background-color: rgb(236,104,188); }

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

border-color css

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

 span { border-color: rgb(236,104,188); }

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