#E672C7

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

Shades of Neon Pink #E672C7

Tints of Neon Pink #E672C7

Color information

#E672C7 (or 0xE672C7) is unknown color: approx Neon Pink. HEX triplet: E6, 72 and C7. RGB value is (230,114,199). Sum of RGB (Red+Green+Blue) = 230+114+199=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E672C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E672C7 is #198D38. Grayscale: #9E9E9E. Windows color (decimal): -1674553 or 13071078. OLE color: 13071078.

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

Color convert

RGB230114199-
CMYK00.500.130.10
HSL316.03º69.88%67.45%-
HSV(B)316.03º50.43%90.2%-
XYZ48.9632.9857.82-
YUV158.37150.93179.09-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.36%
GREEN value IS 114 (44.92% from 255) = 20.99%
BLUE value IS 199 (78.12% from 255) = 36.65%
R=42.36%
G=20.99%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011419900.500.130.10316.0369.8867.45
HexE672C7032DA13c4643
Octal3461623070621512474106103
Binary1110011011100101100011101100101101101010011110010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E672C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E672C7; }

 p { color: rgb(230,114,199); }

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

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

 a { background-color: rgb(230,114,199); }

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

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

 span { border-color: rgb(230,114,199); }

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