#EF59C1

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

Shades of Neon Pink #EF59C1

Tints of Neon Pink #EF59C1

Color information

#EF59C1 (or 0xEF59C1) is unknown color: approx Neon Pink. HEX triplet: EF, 59 and C1. RGB value is (239,89,193). Sum of RGB (Red+Green+Blue) = 239+89+193=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF59C1 is #10A63E. Grayscale: #919191. Windows color (decimal): -1091135 or 12671471. OLE color: 12671471.

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

Color convert

RGB23989193-
CMYK00.630.190.06
HSL318.4º82.42%64.31%-
HSV(B)318.4º62.76%93.73%-
XYZ48.7929.3553.54-
YUV145.71154.7194.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 89 (35.16% from 255) = 17.08%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=45.87%
G=17.08%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398919300.630.190.06318.482.4264.31
HexEF59C103F13613e5240
Octal357131301077236476122100
Binary1110111110110011100000101111111001111010011111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF59C1; }

 p { color: rgb(239,89,193); }

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

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

 a { background-color: rgb(239,89,193); }

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

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

 span { border-color: rgb(239,89,193); }

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