#EF69BD

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

Shades of Neon Pink #EF69BD

Tints of Neon Pink #EF69BD

Color information

#EF69BD (or 0xEF69BD) is unknown color: approx Neon Pink. HEX triplet: EF, 69 and BD. RGB value is (239,105,189). Sum of RGB (Red+Green+Blue) = 239+105+189=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69BD is #109642. Grayscale: #9A9A9A. Windows color (decimal): -1087043 or 12413423. OLE color: 12413423.

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

Color convert

RGB239105189-
CMYK00.560.210.06
HSL322.39º80.72%67.45%-
HSV(B)322.39º56.07%93.73%-
XYZ49.8332.1351.72-
YUV154.64147.39188.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=44.84%
G=19.70%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910518900.560.210.06322.3980.7267.45
HexEF69BD0381561425143
Octal357151275070256502121103
Binary1110111111010011011110101110001010111010100001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69BD; }

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

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

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

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

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

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

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

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