#E661BF

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

Shades of Neon Pink #E661BF

Tints of Neon Pink #E661BF

Color information

#E661BF (or 0xE661BF) is unknown color: approx Neon Pink. HEX triplet: E6, 61 and BF. RGB value is (230,97,191). Sum of RGB (Red+Green+Blue) = 230+97+191=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E661BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E661BF is #199E40. Grayscale: #939393. Windows color (decimal): -1678913 or 12542438. OLE color: 12542438.

HSL color Cylindrical-coordinate representation of color #E661BF: hue angle of 317.59º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E661BF is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB23097191-
CMYK00.580.170.10
HSL317.59º72.68%64.12%-
HSV(B)317.59º57.83%90.2%-
XYZ46.3129.1352.47-
YUV147.48152.56186.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.40%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 191 (75% from 255) = 36.87%
R=44.40%
G=18.73%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309719100.580.170.10317.5972.6864.12
HexE661BF03A11A13e4940
Octal3461412770722112476111100
Binary11100110110000110111111011101010001101010011111010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E661BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E661BF; }

 p { color: rgb(230,97,191); }

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

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

 a { background-color: rgb(230,97,191); }

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

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

 span { border-color: rgb(230,97,191); }

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