#EE5FC0

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

Shades of Neon Pink #EE5FC0

Tints of Neon Pink #EE5FC0

Color information

#EE5FC0 (or 0xEE5FC0) is unknown color: approx Neon Pink. HEX triplet: EE, 5F and C0. RGB value is (238,95,192). Sum of RGB (Red+Green+Blue) = 238+95+192=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5FC0 is #11A03F. Grayscale: #949494. Windows color (decimal): -1155136 or 12607470. OLE color: 12607470.

HSL color Cylindrical-coordinate representation of color #EE5FC0: hue angle of 319.3º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5FC0 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB23895192-
CMYK00.600.190.07
HSL319.3º80.79%65.29%-
HSV(B)319.3º60.08%93.33%-
XYZ48.8730.1753.12-
YUV148.82152.38191.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 95 (37.5% from 255) = 18.10%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=45.33%
G=18.10%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389519200.600.190.07319.380.7965.29
HexEE5FC003C13713f5141
Octal356137300074237477121101
Binary1110111010111111100000001111001001111110011111110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5FC0; }

 p { color: rgb(238,95,192); }

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

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

 a { background-color: rgb(238,95,192); }

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

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

 span { border-color: rgb(238,95,192); }

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