#e670c2

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

Shades of Neon Pink #E670C2

Tints of Neon Pink #E670C2

Color information

#E670C2 (or 0xE670C2) is unknown color: approx Neon Pink. HEX triplet: E6, 70 and C2. RGB value is (230,112,194). Sum of RGB (Red+Green+Blue) = 230+112+194=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E670C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670C2 is #198F3D. Grayscale: #9C9C9C. Windows color (decimal): -1675070 or 12742886. OLE color: 12742886.

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

Color convert

RGB230112194-
CMYK00.510.160.10
HSL318.31º70.24%67.06%-
HSV(B)318.31º51.3%90.2%-
XYZ48.1632.3154.74-
YUV156.63149.09180.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.91%
GREEN value IS 112 (44.14% from 255) = 20.90%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=42.91%
G=20.90%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011219400.510.160.10318.3170.2467.06
HexE670C203310A13e4643
Octal3461603020632012476106103
Binary11100110111000011000010011001110000101010011111010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e670c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e670c2; }

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

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

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

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

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

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

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

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