#EF69C0

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

Shades of Neon Pink #EF69C0

Tints of Neon Pink #EF69C0

Color information

#EF69C0 (or 0xEF69C0) is unknown color: approx Neon Pink. HEX triplet: EF, 69 and C0. RGB value is (239,105,192). Sum of RGB (Red+Green+Blue) = 239+105+192=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69C0 is #10963F. Grayscale: #9A9A9A. Windows color (decimal): -1087040 or 12610031. OLE color: 12610031.

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

Color convert

RGB239105192-
CMYK00.560.200.06
HSL321.04º80.72%67.45%-
HSV(B)321.04º56.07%93.73%-
XYZ50.1632.2653.45-
YUV154.98148.89187.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=44.59%
G=19.59%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910519200.560.200.06321.0480.7267.45
HexEF69C00381461415143
Octal357151300070246501121103
Binary1110111111010011100000001110001010011010100000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69C0; }

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

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

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

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

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

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

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

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