Html Css Color HEX #EC65C8 Neon Pink

📋 copy color: '#EC65C8'

red 236 ◦ green 101 ◦ blue 200

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

Shades of Neon Pink #EC65C8

Tints of Neon Pink #EC65C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.24%

R = 43.95%
G = 18.81%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EC65C8 (or 0xEC65C8) is known color: Neon Pink. HEX triplet: EC, 65 and C8. RGB value is (236,101,200). Sum of RGB (Red+Green+Blue) = 236+101+200=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC65C8 is #139A37. Grayscale: #989898. Windows color (decimal): -1284664 or 13133292. OLE color: 13133292.

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

Color convert

RGB 236 101 200 -
CMYK 0 0.57 0.15 0.07
HSL 316º 0.78% 0.66% -
HSV(B) 316º 0.57% 0.93% -
XYZ 49.67 31.31 58.07 -
YUV 152.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 236 101 200 0 0.57 0.15 0.07 316 0.78 0.66
Hex EC 65 C8 0 39 F 7 13C 4E 42
Octal 354 145 310 0 71 17 7 474 116 102
Binary 11101100 1100101 11001000 0 111001 1111 111 100111100 1001110 1000010

Color Harmonies of #EC65C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65C8

Black with #EC65C8

Text Example


Text Example

White with #EC65C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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