#EF6FD1

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

Shades of Neon Pink #EF6FD1

Tints of Neon Pink #EF6FD1

Color information

#EF6FD1 (or 0xEF6FD1) is unknown color: approx Neon Pink. HEX triplet: EF, 6F and D1. RGB value is (239,111,209). Sum of RGB (Red+Green+Blue) = 239+111+209=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FD1 is #10902E. Grayscale: #A0A0A0. Windows color (decimal): -1085487 or 13725679. OLE color: 13725679.

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

Color convert

RGB239111209-
CMYK00.540.130.06
HSL314.06º80%68.63%-
HSV(B)314.06º53.56%93.73%-
XYZ52.7934.3264.16-
YUV160.44155.41184.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 111 (43.75% from 255) = 19.86%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=42.75%
G=19.86%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911120900.540.130.06314.068068.63
HexEF6FD1036D613a5045
Octal357157321066156472120105
Binary111011111101111110100010110110110111010011101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6FD1; }

 p { color: rgb(239,111,209); }

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

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

 a { background-color: rgb(239,111,209); }

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

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

 span { border-color: rgb(239,111,209); }

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