Html Css Color HEX #EF64C0 Neon Pink

📋 copy color: '#EF64C0'

red 239 ◦ green 100 ◦ blue 192

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

Shades of Neon Pink #EF64C0

Tints of Neon Pink #EF64C0

RGB

 RED value IS 239 (93.75% from 255) = 45.01%

 GREEN value IS 100 (39.45% from 255) = 18.83%

 BLUE value IS 192 (75.39% from 255) = 36.16%

R = 45.01%
G = 18.83%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF64C0 (or 0xEF64C0) is known color: Neon Pink. HEX triplet: EF, 64 and C0. RGB value is (239,100,192). Sum of RGB (Red+Green+Blue) = 239+100+192=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64C0 is #109B3F. Grayscale: #979797. Windows color (decimal): -1088320 or 12608751. OLE color: 12608751.

HSL color Cylindrical-coordinate representation of color #EF64C0: hue angle of 320.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64C0 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 192 -
CMYK 0 0.58 0.20 0.06
HSL 320.29º 0.81% 0.66% -
HSV(B) 320.29º 0.58% 0.94% -
XYZ 49.67 31.27 53.29 -
YUV 152.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 239 100 192 0 0.58 0.20 0.06 320.29 0.81 0.66
Hex EF 64 C0 0 3A 14 6 140 51 42
Octal 357 144 300 0 72 24 6 500 121 102
Binary 11101111 1100100 11000000 0 111010 10100 110 101000000 1010001 1000010

Color Harmonies of #EF64C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64C0

Black with #EF64C0

Text Example


Text Example

White with #EF64C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64C0; }

 p { color: rgb(239,100,192); }

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

background-color css

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

 a { background-color: rgb(239,100,192); }

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

border-color css

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

 span { border-color: rgb(239,100,192); }

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