#EF78CC

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

Shades of Neon Pink #EF78CC

Tints of Neon Pink #EF78CC

Color information

#EF78CC (or 0xEF78CC) is unknown color: approx Neon Pink. HEX triplet: EF, 78 and CC. RGB value is (239,120,204). Sum of RGB (Red+Green+Blue) = 239+120+204=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78CC is #108733. Grayscale: #A4A4A4. Windows color (decimal): -1083188 or 13400303. OLE color: 13400303.

HSL color Cylindrical-coordinate representation of color #EF78CC: hue angle of 317.65º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF78CC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239120204-
CMYK00.500.150.06
HSL317.65º78.81%70.39%-
HSV(B)317.65º49.79%93.73%-
XYZ53.2136.1461.3-
YUV165.16149.92180.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 120 (47.27% from 255) = 21.31%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=42.45%
G=21.31%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912020400.500.150.06317.6578.8170.39
HexEF78CC032F613e4f46
Octal357170314062176476117106
Binary111011111111000110011000110010111111010011111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78CC; }

 p { color: rgb(239,120,204); }

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

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

 a { background-color: rgb(239,120,204); }

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

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

 span { border-color: rgb(239,120,204); }

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