Html Css Color HEX #EC63C2 Neon Pink

📋 copy color: '#EC63C2'

red 236 ◦ green 99 ◦ blue 194

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

Shades of Neon Pink #EC63C2

Tints of Neon Pink #EC63C2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.71%

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 44.61%
G = 18.71%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EC63C2 (or 0xEC63C2) is known color: Neon Pink. HEX triplet: EC, 63 and C2. RGB value is (236,99,194). Sum of RGB (Red+Green+Blue) = 236+99+194=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63C2 is #139C3D. Grayscale: #969696. Windows color (decimal): -1285182 or 12739564. OLE color: 12739564.

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

Color convert

RGB 236 99 194 -
CMYK 0 0.58 0.18 0.07
HSL 318.39º 0.78% 0.66% -
HSV(B) 318.39º 0.58% 0.93% -
XYZ 48.79 30.65 54.38 -
YUV 150.79 152.39 188.78 -
System Red Green Blue C M Y K H S L
Decimal 236 99 194 0 0.58 0.18 0.07 318.39 0.78 0.66
Hex EC 63 C2 0 3A 12 7 13E 4E 42
Octal 354 143 302 0 72 22 7 476 116 102
Binary 11101100 1100011 11000010 0 111010 10010 111 100111110 1001110 1000010

Color Harmonies of #EC63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC63C2

Black with #EC63C2

Text Example


Text Example

White with #EC63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC63C2; }

 p { color: rgb(236,99,194); }

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

background-color css

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

 a { background-color: rgb(236,99,194); }

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

border-color css

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

 span { border-color: rgb(236,99,194); }

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