Html Css Color HEX #EB6FCC Neon Pink

📋 copy color: '#EB6FCC'

red 235 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #EB6FCC

Tints of Neon Pink #EB6FCC

RGB

 RED value IS 235 (92.19% from 255) = 42.73%

 GREEN value IS 111 (43.75% from 255) = 20.18%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 42.73%
G = 20.18%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EB6FCC (or 0xEB6FCC) is known color: Neon Pink. HEX triplet: EB, 6F and CC. RGB value is (235,111,204). Sum of RGB (Red+Green+Blue) = 235+111+204=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6FCC is #149033. Grayscale: #9E9E9E. Windows color (decimal): -1347636 or 13397995. OLE color: 13397995.

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

Color convert

RGB 235 111 204 -
CMYK 0 0.53 0.13 0.08
HSL 315º 0.76% 0.68% -
HSV(B) 315º 0.53% 0.92% -
XYZ 50.84 33.39 60.89 -
YUV 158.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 235 111 204 0 0.53 0.13 0.08 315 0.76 0.68
Hex EB 6F CC 0 35 D 8 13B 4C 44
Octal 353 157 314 0 65 15 10 473 114 104
Binary 11101011 1101111 11001100 0 110101 1101 1000 100111011 1001100 1000100

Color Harmonies of #EB6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6FCC

Black with #EB6FCC

Text Example


Text Example

White with #EB6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6FCC; }

 p { color: rgb(235,111,204); }

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

background-color css

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

 a { background-color: rgb(235,111,204); }

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

border-color css

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

 span { border-color: rgb(235,111,204); }

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