#EF60C1

Color #EF60C1 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EF60C1

Tints of Neon Pink #EF60C1

Color information

#EF60C1 (or 0xEF60C1) is unknown color: approx Neon Pink. HEX triplet: EF, 60 and C1. RGB value is (239,96,193). Sum of RGB (Red+Green+Blue) = 239+96+193=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60C1 is #109F3E. Grayscale: #959595. Windows color (decimal): -1089343 or 12673263. OLE color: 12673263.

HSL color Cylindrical-coordinate representation of color #EF60C1: hue angle of 319.3º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60C1 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB23996193-
CMYK00.600.190.06
HSL319.3º81.71%65.69%-
HSV(B)319.3º59.83%93.73%-
XYZ49.4130.5753.75-
YUV149.82152.38191.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 96 (37.89% from 255) = 18.18%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=45.27%
G=18.18%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399619300.600.190.06319.381.7165.69
HexEF60C103C13613f5242
Octal357140301074236477122102
Binary1110111111000001100000101111001001111010011111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF60C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF60C1; }

 p { color: rgb(239,96,193); }

 H1.HeaderClassName
 {
   color: #EF60C1;
 }
 .AnyTagClassName
 {
   color: #EF60C1;
 }
</style>
background-color css

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

 a { background-color: rgb(239,96,193); }

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

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

 span { border-color: rgb(239,96,193); }

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