Html Css Color HEX #EE66BC Neon Pink

📋 copy color: '#EE66BC'

red 238 ◦ green 102 ◦ blue 188

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

Shades of Neon Pink #EE66BC

Tints of Neon Pink #EE66BC

RGB

 RED value IS 238 (93.36% from 255) = 45.08%

 GREEN value IS 102 (40.23% from 255) = 19.32%

 BLUE value IS 188 (73.83% from 255) = 35.61%

R = 45.08%
G = 19.32%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE66BC (or 0xEE66BC) is known color: Neon Pink. HEX triplet: EE, 66 and BC. RGB value is (238,102,188). Sum of RGB (Red+Green+Blue) = 238+102+188=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE66BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE66BC is #119943. Grayscale: #989898. Windows color (decimal): -1153348 or 12347118. OLE color: 12347118.

HSL color Cylindrical-coordinate representation of color #EE66BC: hue angle of 322.06º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE66BC is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 102 188 -
CMYK 0 0.57 0.21 0.07
HSL 322.06º 0.8% 0.67% -
HSV(B) 322.06º 0.57% 0.93% -
XYZ 49.09 31.31 51.03 -
YUV 152.47 148.06 189.01 -
System Red Green Blue C M Y K H S L
Decimal 238 102 188 0 0.57 0.21 0.07 322.06 0.8 0.67
Hex EE 66 BC 0 39 15 7 142 50 43
Octal 356 146 274 0 71 25 7 502 120 103
Binary 11101110 1100110 10111100 0 111001 10101 111 101000010 1010000 1000011

Color Harmonies of #EE66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE66BC

Black with #EE66BC

Text Example


Text Example

White with #EE66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE66BC; }

 p { color: rgb(238,102,188); }

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

background-color css

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

 a { background-color: rgb(238,102,188); }

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

border-color css

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

 span { border-color: rgb(238,102,188); }

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