#E767C4

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

Shades of Neon Pink #E767C4

Tints of Neon Pink #E767C4

Color information

#E767C4 (or 0xE767C4) is unknown color: approx Neon Pink. HEX triplet: E7, 67 and C4. RGB value is (231,103,196). Sum of RGB (Red+Green+Blue) = 231+103+196=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E767C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E767C4 is #18983B. Grayscale: #979797. Windows color (decimal): -1611836 or 12871655. OLE color: 12871655.

HSL color Cylindrical-coordinate representation of color #E767C4: hue angle of 316.41º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E767C4 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231103196-
CMYK00.550.150.09
HSL316.41º72.73%65.49%-
HSV(B)316.41º55.41%90.59%-
XYZ47.7730.6755.63-
YUV151.87152.91184.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.58%
GREEN value IS 103 (40.62% from 255) = 19.43%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=43.58%
G=19.43%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110319600.550.150.09316.4172.7365.49
HexE767C4037F913c4941
Octal3471473040671711474111101
Binary1110011111001111100010001101111111100110011110010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E767C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E767C4; }

 p { color: rgb(231,103,196); }

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

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

 a { background-color: rgb(231,103,196); }

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

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

 span { border-color: rgb(231,103,196); }

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