#EB69BF

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

Shades of Neon Pink #EB69BF

Tints of Neon Pink #EB69BF

Color information

#EB69BF (or 0xEB69BF) is unknown color: approx Neon Pink. HEX triplet: EB, 69 and BF. RGB value is (235,105,191). Sum of RGB (Red+Green+Blue) = 235+105+191=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB69BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB69BF is #149640. Grayscale: #999999. Windows color (decimal): -1349185 or 12544491. OLE color: 12544491.

HSL color Cylindrical-coordinate representation of color #EB69BF: hue angle of 320.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB69BF is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235105191-
CMYK00.550.190.08
HSL320.31º76.47%66.67%-
HSV(B)320.31º55.32%92.16%-
XYZ48.7231.5352.81-
YUV153.67149.07186.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.26%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 191 (75% from 255) = 35.97%
R=44.26%
G=19.77%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510519100.550.190.08320.3176.4766.67
HexEB69BF0371381404c43
Octal3531512770672310500114103
Binary11101011110100110111111011011110011100010100000010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69BF; }

 p { color: rgb(235,105,191); }

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

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

 a { background-color: rgb(235,105,191); }

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

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

 span { border-color: rgb(235,105,191); }

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