#EF6FCD

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

Shades of Neon Pink #EF6FCD

Tints of Neon Pink #EF6FCD

Color information

#EF6FCD (or 0xEF6FCD) is unknown color: approx Neon Pink. HEX triplet: EF, 6F and CD. RGB value is (239,111,205). Sum of RGB (Red+Green+Blue) = 239+111+205=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FCD is #109032. Grayscale: #9F9F9F. Windows color (decimal): -1085491 or 13463535. OLE color: 13463535.

HSL color Cylindrical-coordinate representation of color #EF6FCD: hue angle of 315.94º 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 #EF6FCD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239111205-
CMYK00.540.140.06
HSL315.94º80%68.63%-
HSV(B)315.94º53.56%93.73%-
XYZ52.334.1361.59-
YUV159.99153.41184.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=43.06%
G=20%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911120500.540.140.06315.948068.63
HexEF6FCD036E613c5045
Octal357157315066166474120105
Binary111011111101111110011010110110111011010011110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6FCD; }

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

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

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

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

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

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

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

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