#EF6DC2

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

Shades of Neon Pink #EF6DC2

Tints of Neon Pink #EF6DC2

Color information

#EF6DC2 (or 0xEF6DC2) is unknown color: approx Neon Pink. HEX triplet: EF, 6D and C2. RGB value is (239,109,194). Sum of RGB (Red+Green+Blue) = 239+109+194=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DC2 is #10923D. Grayscale: #9D9D9D. Windows color (decimal): -1086014 or 12742127. OLE color: 12742127.

HSL color Cylindrical-coordinate representation of color #EF6DC2: hue angle of 320.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6DC2 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239109194-
CMYK00.540.190.06
HSL320.77º80.25%68.24%-
HSV(B)320.77º54.39%93.73%-
XYZ50.833.1854.77-
YUV157.56148.57186.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 109 (42.97% from 255) = 20.11%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=44.10%
G=20.11%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910919400.540.190.06320.7780.2568.24
HexEF6DC20361361415044
Octal357155302066236501120104
Binary1110111111011011100001001101101001111010100000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6DC2; }

 p { color: rgb(239,109,194); }

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

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

 a { background-color: rgb(239,109,194); }

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

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

 span { border-color: rgb(239,109,194); }

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