#EF6DC7

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

Shades of Neon Pink #EF6DC7

Tints of Neon Pink #EF6DC7

Color information

#EF6DC7 (or 0xEF6DC7) is unknown color: approx Neon Pink. HEX triplet: EF, 6D and C7. RGB value is (239,109,199). Sum of RGB (Red+Green+Blue) = 239+109+199=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DC7 is #109238. Grayscale: #9D9D9D. Windows color (decimal): -1086009 or 13069807. OLE color: 13069807.

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

Color convert

RGB239109199-
CMYK00.540.170.06
HSL318.46º80.25%68.24%-
HSV(B)318.46º54.39%93.73%-
XYZ51.3733.4157.77-
YUV158.13151.07185.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 109 (42.97% from 255) = 19.93%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=43.69%
G=19.93%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910919900.540.170.06318.4680.2568.24
HexEF6DC703611613e5044
Octal357155307066216476120104
Binary1110111111011011100011101101101000111010011111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6DC7; }

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

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

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

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

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

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

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

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