#E967BF

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

Shades of Neon Pink #E967BF

Tints of Neon Pink #E967BF

Color information

#E967BF (or 0xE967BF) is unknown color: approx Neon Pink. HEX triplet: E9, 67 and BF. RGB value is (233,103,191). Sum of RGB (Red+Green+Blue) = 233+103+191=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E967BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E967BF is #169840. Grayscale: #979797. Windows color (decimal): -1480769 or 12543977. OLE color: 12543977.

HSL color Cylindrical-coordinate representation of color #E967BF: hue angle of 319.38º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E967BF is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233103191-
CMYK00.560.180.09
HSL319.38º74.71%65.88%-
HSV(B)319.38º55.79%91.37%-
XYZ47.8630.7952.71-
YUV151.9150.07185.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 103 (40.62% from 255) = 19.54%
BLUE value IS 191 (75% from 255) = 36.24%
R=44.21%
G=19.54%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310319100.560.180.09319.3874.7165.88
HexE967BF03812913f4b42
Octal3511472770702211477113102
Binary11101001110011110111111011100010010100110011111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E967BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E967BF; }

 p { color: rgb(233,103,191); }

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

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

 a { background-color: rgb(233,103,191); }

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

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

 span { border-color: rgb(233,103,191); }

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