#EF69D0

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

Shades of Neon Pink #EF69D0

Tints of Neon Pink #EF69D0

Color information

#EF69D0 (or 0xEF69D0) is unknown color: approx Neon Pink. HEX triplet: EF, 69 and D0. RGB value is (239,105,208). Sum of RGB (Red+Green+Blue) = 239+105+208=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69D0 is #10962F. Grayscale: #9C9C9C. Windows color (decimal): -1087024 or 13658607. OLE color: 13658607.

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

Color convert

RGB239105208-
CMYK00.560.130.06
HSL313.88º80.72%67.45%-
HSV(B)313.88º56.07%93.73%-
XYZ52.0333.0163.3-
YUV156.81156.89186.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=43.30%
G=19.02%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910520800.560.130.06313.8880.7267.45
HexEF69D0038D613a5143
Octal357151320070156472121103
Binary111011111101001110100000111000110111010011101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69D0; }

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

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

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

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

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

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

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

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