#ef68c4

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

Shades of Neon Pink #EF68C4

Tints of Neon Pink #EF68C4

Color information

#EF68C4 (or 0xEF68C4) is unknown color: approx Neon Pink. HEX triplet: EF, 68 and C4. RGB value is (239,104,196). Sum of RGB (Red+Green+Blue) = 239+104+196=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68C4 is #10973B. Grayscale: #9A9A9A. Windows color (decimal): -1087292 or 12871919. OLE color: 12871919.

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

Color convert

RGB239104196-
CMYK00.560.180.06
HSL319.11º80.84%67.25%-
HSV(B)319.11º56.49%93.73%-
XYZ50.5132.2455.78-
YUV154.85151.23188.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 104 (41.02% from 255) = 19.29%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=44.34%
G=19.29%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910419600.560.180.06319.1180.8467.25
HexEF68C403812613f5143
Octal357150304070226477121103
Binary1110111111010001100010001110001001011010011111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef68c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef68c4; }

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

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

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

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

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

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

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

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