Html Css Color HEX #EB72C8 Neon Pink

📋 copy color: '#EB72C8'

red 235 ◦ green 114 ◦ blue 200

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

Shades of Neon Pink #EB72C8

Tints of Neon Pink #EB72C8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.77%

 BLUE value IS 200 (78.52% from 255) = 36.43%

R = 42.81%
G = 20.77%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EB72C8 (or 0xEB72C8) is known color: Neon Pink. HEX triplet: EB, 72 and C8. RGB value is (235,114,200). Sum of RGB (Red+Green+Blue) = 235+114+200=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72C8 is #148D37. Grayscale: #9F9F9F. Windows color (decimal): -1346872 or 13136619. OLE color: 13136619.

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

Color convert

RGB 235 114 200 -
CMYK 0 0.51 0.15 0.08
HSL 317.36º 0.75% 0.68% -
HSV(B) 317.36º 0.51% 0.92% -
XYZ 50.7 33.87 58.51 -
YUV 159.98 150.59 181.51 -
System Red Green Blue C M Y K H S L
Decimal 235 114 200 0 0.51 0.15 0.08 317.36 0.75 0.68
Hex EB 72 C8 0 33 F 8 13D 4B 44
Octal 353 162 310 0 63 17 10 475 113 104
Binary 11101011 1110010 11001000 0 110011 1111 1000 100111101 1001011 1000100

Color Harmonies of #EB72C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72C8

Black with #EB72C8

Text Example


Text Example

White with #EB72C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72C8; }

 p { color: rgb(235,114,200); }

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

background-color css

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

 a { background-color: rgb(235,114,200); }

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

border-color css

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

 span { border-color: rgb(235,114,200); }

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