#EF72CF

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

Shades of Neon Pink #EF72CF

Tints of Neon Pink #EF72CF

Color information

#EF72CF (or 0xEF72CF) is unknown color: approx Neon Pink. HEX triplet: EF, 72 and CF. RGB value is (239,114,207). Sum of RGB (Red+Green+Blue) = 239+114+207=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72CF is #108D30. Grayscale: #A1A1A1. Windows color (decimal): -1084721 or 13595375. OLE color: 13595375.

HSL color Cylindrical-coordinate representation of color #EF72CF: hue angle of 315.36º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72CF is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239114207-
CMYK00.520.130.06
HSL315.36º79.62%69.22%-
HSV(B)315.36º52.3%93.73%-
XYZ52.8834.8962.98-
YUV161.98153.41182.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 114 (44.92% from 255) = 20.36%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=42.68%
G=20.36%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911420700.520.130.06315.3679.6269.22
HexEF72CF034D613b5045
Octal357162317064156473120105
Binary111011111110010110011110110100110111010011101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF72CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF72CF; }

 p { color: rgb(239,114,207); }

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

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

 a { background-color: rgb(239,114,207); }

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

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

 span { border-color: rgb(239,114,207); }

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