#EF68C9

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

Shades of Neon Pink #EF68C9

Tints of Neon Pink #EF68C9

Color information

#EF68C9 (or 0xEF68C9) is unknown color: approx Neon Pink. HEX triplet: EF, 68 and C9. RGB value is (239,104,201). Sum of RGB (Red+Green+Blue) = 239+104+201=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68C9 is #109736. Grayscale: #9B9B9B. Windows color (decimal): -1087287 or 13199599. OLE color: 13199599.

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

Color convert

RGB239104201-
CMYK00.560.160.06
HSL316.89º80.84%67.25%-
HSV(B)316.89º56.49%93.73%-
XYZ51.0932.4758.83-
YUV155.42153.73187.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=43.93%
G=19.12%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910420100.560.160.06316.8980.8467.25
HexEF68C903810613d5143
Octal357150311070206475121103
Binary1110111111010001100100101110001000011010011110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF68C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF68C9; }

 p { color: rgb(239,104,201); }

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

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

 a { background-color: rgb(239,104,201); }

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

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

 span { border-color: rgb(239,104,201); }

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