#E662BD

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

Shades of Neon Pink #E662BD

Tints of Neon Pink #E662BD

Color information

#E662BD (or 0xE662BD) is unknown color: approx Neon Pink. HEX triplet: E6, 62 and BD. RGB value is (230,98,189). Sum of RGB (Red+Green+Blue) = 230+98+189=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E662BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E662BD is #199D42. Grayscale: #939393. Windows color (decimal): -1678659 or 12411622. OLE color: 12411622.

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

Color convert

RGB23098189-
CMYK00.570.180.10
HSL318.64º72.53%64.31%-
HSV(B)318.64º57.39%90.2%-
XYZ46.1929.2351.35-
YUV147.84151.23186.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.49%
GREEN value IS 98 (38.67% from 255) = 18.96%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=44.49%
G=18.96%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309818900.570.180.10318.6472.5364.31
HexE662BD03912A13f4940
Octal3461422750712212477111100
Binary11100110110001010111101011100110010101010011111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E662BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E662BD; }

 p { color: rgb(230,98,189); }

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

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

 a { background-color: rgb(230,98,189); }

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

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

 span { border-color: rgb(230,98,189); }

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