#EF65CC

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

Shades of Neon Pink #EF65CC

Tints of Neon Pink #EF65CC

Color information

#EF65CC (or 0xEF65CC) is unknown color: approx Neon Pink. HEX triplet: EF, 65 and CC. RGB value is (239,101,204). Sum of RGB (Red+Green+Blue) = 239+101+204=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF65CC is #109A33. Grayscale: #999999. Windows color (decimal): -1088052 or 13395439. OLE color: 13395439.

HSL color Cylindrical-coordinate representation of color #EF65CC: hue angle of 315.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF65CC is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239101204-
CMYK00.580.150.06
HSL315.22º81.18%66.67%-
HSV(B)315.22º57.74%93.73%-
XYZ51.1532.0260.61-
YUV154156.22188.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 101 (39.84% from 255) = 18.57%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=43.93%
G=18.57%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910120400.580.150.06315.2281.1866.67
HexEF65CC03AF613b5143
Octal357145314072176473121103
Binary111011111100101110011000111010111111010011101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65CC; }

 p { color: rgb(239,101,204); }

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

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

 a { background-color: rgb(239,101,204); }

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

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

 span { border-color: rgb(239,101,204); }

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