#ef5dc7

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

Shades of Neon Pink #EF5DC7

Tints of Neon Pink #EF5DC7

Color information

#EF5DC7 (or 0xEF5DC7) is unknown color: approx Neon Pink. HEX triplet: EF, 5D and C7. RGB value is (239,93,199). Sum of RGB (Red+Green+Blue) = 239+93+199=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DC7 is #10A238. Grayscale: #949494. Windows color (decimal): -1090105 or 13065711. OLE color: 13065711.

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

Color convert

RGB23993199-
CMYK00.610.170.06
HSL316.44º82.02%65.1%-
HSV(B)316.44º61.09%93.73%-
XYZ49.8230.357.26-
YUV148.74156.37192.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=45.01%
G=17.51%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399319900.610.170.06316.4482.0265.1
HexEF5DC703D11613c5241
Octal357135307075216474122101
Binary1110111110111011100011101111011000111010011110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef5dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef5dc7; }

 p { color: rgb(239,93,199); }

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

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

 a { background-color: rgb(239,93,199); }

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

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

 span { border-color: rgb(239,93,199); }

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