#EF69C2

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

Shades of Neon Pink #EF69C2

Tints of Neon Pink #EF69C2

Color information

#EF69C2 (or 0xEF69C2) is unknown color: approx Neon Pink. HEX triplet: EF, 69 and C2. RGB value is (239,105,194). Sum of RGB (Red+Green+Blue) = 239+105+194=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69C2 is #10963D. Grayscale: #9A9A9A. Windows color (decimal): -1087038 or 12741103. OLE color: 12741103.

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

Color convert

RGB239105194-
CMYK00.560.190.06
HSL320.15º80.72%67.45%-
HSV(B)320.15º56.07%93.73%-
XYZ50.3932.3554.63-
YUV155.21149.89187.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 105 (41.41% from 255) = 19.52%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=44.42%
G=19.52%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910519400.560.190.06320.1580.7267.45
HexEF69C20381361405143
Octal357151302070236500121103
Binary1110111111010011100001001110001001111010100000010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69C2; }

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

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

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

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

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

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

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

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