#EE65BC

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

Shades of Neon Pink #EE65BC

Tints of Neon Pink #EE65BC

Color information

#EE65BC (or 0xEE65BC) is unknown color: approx Neon Pink. HEX triplet: EE, 65 and BC. RGB value is (238,101,188). Sum of RGB (Red+Green+Blue) = 238+101+188=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65BC is #119A43. Grayscale: #979797. Windows color (decimal): -1153604 or 12346862. OLE color: 12346862.

HSL color Cylindrical-coordinate representation of color #EE65BC: hue angle of 321.9º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE65BC is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238101188-
CMYK00.580.210.07
HSL321.9º80.12%66.47%-
HSV(B)321.9º57.56%93.33%-
XYZ48.9931.1251-
YUV151.88148.39189.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.16%
GREEN value IS 101 (39.84% from 255) = 19.17%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=45.16%
G=19.17%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810118800.580.210.07321.980.1266.47
HexEE65BC03A1571425042
Octal356145274072257502120102
Binary1110111011001011011110001110101010111110100001010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE65BC; }

 p { color: rgb(238,101,188); }

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

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

 a { background-color: rgb(238,101,188); }

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

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

 span { border-color: rgb(238,101,188); }

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