#EF78CD

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

Shades of Neon Pink #EF78CD

Tints of Neon Pink #EF78CD

Color information

#EF78CD (or 0xEF78CD) is unknown color: approx Neon Pink. HEX triplet: EF, 78 and CD. RGB value is (239,120,205). Sum of RGB (Red+Green+Blue) = 239+120+205=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF78CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF78CD is #108732. Grayscale: #A5A5A5. Windows color (decimal): -1083187 or 13465839. OLE color: 13465839.

HSL color Cylindrical-coordinate representation of color #EF78CD: hue angle of 317.14º 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 #EF78CD is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239120205-
CMYK00.500.140.06
HSL317.14º78.81%70.39%-
HSV(B)317.14º49.79%93.73%-
XYZ53.3336.1961.93-
YUV165.27150.42180.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 120 (47.27% from 255) = 21.28%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=42.38%
G=21.28%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912020500.500.140.06317.1478.8170.39
HexEF78CD032E613d4f46
Octal357170315062166475117106
Binary111011111111000110011010110010111011010011110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF78CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF78CD; }

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

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

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

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

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

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

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

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