Html Css Color HEX #EC65BC Neon Pink

📋 copy color: '#EC65BC'

red 236 ◦ green 101 ◦ blue 188

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

Shades of Neon Pink #EC65BC

Tints of Neon Pink #EC65BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.24%

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

R = 44.95%
G = 19.24%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EC65BC (or 0xEC65BC) is known color: Neon Pink. HEX triplet: EC, 65 and BC. RGB value is (236,101,188). Sum of RGB (Red+Green+Blue) = 236+101+188=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65BC is #139A43. Grayscale: #979797. Windows color (decimal): -1284676 or 12346860. OLE color: 12346860.

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

Color convert

RGB 236 101 188 -
CMYK 0 0.57 0.20 0.07
HSL 321.33º 0.78% 0.66% -
HSV(B) 321.33º 0.57% 0.93% -
XYZ 48.32 30.77 50.97 -
YUV 151.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 236 101 188 0 0.57 0.20 0.07 321.33 0.78 0.66
Hex EC 65 BC 0 39 14 7 141 4E 42
Octal 354 145 274 0 71 24 7 501 116 102
Binary 11101100 1100101 10111100 0 111001 10100 111 101000001 1001110 1000010

Color Harmonies of #EC65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65BC

Black with #EC65BC

Text Example


Text Example

White with #EC65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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