#EF69CB

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

Shades of Neon Pink #EF69CB

Tints of Neon Pink #EF69CB

Color information

#EF69CB (or 0xEF69CB) is unknown color: approx Neon Pink. HEX triplet: EF, 69 and CB. RGB value is (239,105,203). Sum of RGB (Red+Green+Blue) = 239+105+203=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69CB is #109634. Grayscale: #9B9B9B. Windows color (decimal): -1087029 or 13330927. OLE color: 13330927.

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

Color convert

RGB239105203-
CMYK00.560.150.06
HSL316.12º80.72%67.45%-
HSV(B)316.12º56.07%93.73%-
XYZ51.4332.7760.11-
YUV156.24154.39187.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=43.69%
G=19.20%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910520300.560.150.06316.1280.7267.45
HexEF69CB038F613c5143
Octal357151313070176474121103
Binary111011111101001110010110111000111111010011110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69CB; }

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

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

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

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

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

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

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

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