#EF69CD

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

Shades of Neon Pink #EF69CD

Tints of Neon Pink #EF69CD

Color information

#EF69CD (or 0xEF69CD) is unknown color: approx Neon Pink. HEX triplet: EF, 69 and CD. RGB value is (239,105,205). Sum of RGB (Red+Green+Blue) = 239+105+205=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69CD is #109632. Grayscale: #9C9C9C. Windows color (decimal): -1087027 or 13461999. OLE color: 13461999.

HSL color Cylindrical-coordinate representation of color #EF69CD: 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.56%. Process color model (Four color, CMYK) of #EF69CD is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239105205-
CMYK00.560.140.06
HSL315.22º80.72%67.45%-
HSV(B)315.22º56.07%93.73%-
XYZ51.6732.8661.38-
YUV156.47155.39186.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 105 (41.41% from 255) = 19.13%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=43.53%
G=19.13%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910520500.560.140.06315.2280.7267.45
HexEF69CD038E613b5143
Octal357151315070166473121103
Binary111011111101001110011010111000111011010011101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69CD; }

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

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

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

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

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

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

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

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