#EF6DCE

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

Shades of Neon Pink #EF6DCE

Tints of Neon Pink #EF6DCE

Color information

#EF6DCE (or 0xEF6DCE) is unknown color: approx Neon Pink. HEX triplet: EF, 6D and CE. RGB value is (239,109,206). Sum of RGB (Red+Green+Blue) = 239+109+206=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DCE is #109231. Grayscale: #9E9E9E. Windows color (decimal): -1086002 or 13528559. OLE color: 13528559.

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

Color convert

RGB239109206-
CMYK00.540.140.06
HSL315.23º80.25%68.24%-
HSV(B)315.23º54.39%93.73%-
XYZ52.2133.7462.15-
YUV158.93154.57185.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 109 (42.97% from 255) = 19.68%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=43.14%
G=19.68%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910920600.540.140.06315.2380.2568.24
HexEF6DCE036E613b5044
Octal357155316066166473120104
Binary111011111101101110011100110110111011010011101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6DCE; }

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

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

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

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

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

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

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

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