#E670C1

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

Shades of Neon Pink #E670C1

Tints of Neon Pink #E670C1

Color information

#E670C1 (or 0xE670C1) is unknown color: approx Neon Pink. HEX triplet: E6, 70 and C1. RGB value is (230,112,193). Sum of RGB (Red+Green+Blue) = 230+112+193=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E670C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670C1 is #198F3E. Grayscale: #9C9C9C. Windows color (decimal): -1675071 or 12677350. OLE color: 12677350.

HSL color Cylindrical-coordinate representation of color #E670C1: hue angle of 318.81º 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 #E670C1 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB230112193-
CMYK00.510.160.10
HSL318.81º70.24%67.06%-
HSV(B)318.81º51.3%90.2%-
XYZ48.0532.2654.15-
YUV156.52148.59180.41-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.99%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=42.99%
G=20.93%
B=36.07%

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
Decimal23011219300.510.160.10318.8170.2467.06
HexE670C103310A13f4643
Octal3461603010632012477106103
Binary11100110111000011000001011001110000101010011111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670C1; }

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

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

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

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

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

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

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

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