#E668C2

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

Shades of Neon Pink #E668C2

Tints of Neon Pink #E668C2

Color information

#E668C2 (or 0xE668C2) is unknown color: approx Neon Pink. HEX triplet: E6, 68 and C2. RGB value is (230,104,194). Sum of RGB (Red+Green+Blue) = 230+104+194=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E668C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E668C2 is #19973D. Grayscale: #979797. Windows color (decimal): -1677118 or 12740838. OLE color: 12740838.

HSL color Cylindrical-coordinate representation of color #E668C2: hue angle of 317.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E668C2 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB230104194-
CMYK00.550.160.10
HSL317.14º71.59%65.49%-
HSV(B)317.14º54.78%90.2%-
XYZ47.3230.6254.45-
YUV151.93151.74183.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 104 (41.02% from 255) = 19.70%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=43.56%
G=19.70%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010419400.550.160.10317.1471.5965.49
HexE668C203710A13d4841
Octal3461503020672012475110101
Binary11100110110100011000010011011110000101010011110110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E668C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E668C2; }

 p { color: rgb(230,104,194); }

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

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

 a { background-color: rgb(230,104,194); }

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

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

 span { border-color: rgb(230,104,194); }

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