Html Css Color HEX #E66BC4 Neon Pink

📋 copy color: '#E66BC4'

red 230 ◦ green 107 ◦ blue 196

#E66BC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #E66BC4

Tints of Neon Pink #E66BC4

RGB

 RED value IS 230 (90.23% from 255) = 43.15%

 GREEN value IS 107 (42.19% from 255) = 20.08%

 BLUE value IS 196 (76.95% from 255) = 36.77%

R = 43.15%
G = 20.08%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E66BC4 (or 0xE66BC4) is known color: Neon Pink. HEX triplet: E6, 6B and C4. RGB value is (230,107,196). Sum of RGB (Red+Green+Blue) = 230+107+196=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BC4 is #19943B. Grayscale: #999999. Windows color (decimal): -1676348 or 12872678. OLE color: 12872678.

HSL color Cylindrical-coordinate representation of color #E66BC4: hue angle of 316.59º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66BC4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 107 196 -
CMYK 0 0.53 0.15 0.10
HSL 316.59º 0.71% 0.66% -
HSV(B) 316.59º 0.53% 0.9% -
XYZ 47.85 31.32 55.75 -
YUV 153.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 230 107 196 0 0.53 0.15 0.10 316.59 0.71 0.66
Hex E6 6B C4 0 35 F A 13D 47 42
Octal 346 153 304 0 65 17 12 475 107 102
Binary 11100110 1101011 11000100 0 110101 1111 1010 100111101 1000111 1000010

Color Harmonies of #E66BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66BC4

Black with #E66BC4

Text Example


Text Example

White with #E66BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66BC4; }

 p { color: rgb(230,107,196); }

 H1.HeaderClassName
 {
   color: #E66BC4;
 }
 .AnyTagClassName
 {
   color: #E66BC4;
 }
</style>

background-color css

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

 a { background-color: rgb(230,107,196); }

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

border-color css

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

 span { border-color: rgb(230,107,196); }

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