Html Css Color HEX #ED6BC8 Neon Pink

📋 copy color: '#ED6BC8'

red 237 ◦ green 107 ◦ blue 200

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

Shades of Neon Pink #ED6BC8

Tints of Neon Pink #ED6BC8

RGB

 RED value IS 237 (92.97% from 255) = 43.57%

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

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

R = 43.57%
G = 19.67%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED6BC8 (or 0xED6BC8) is known color: Neon Pink. HEX triplet: ED, 6B and C8. RGB value is (237,107,200). Sum of RGB (Red+Green+Blue) = 237+107+200=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BC8 is #129437. Grayscale: #9C9C9C. Windows color (decimal): -1217592 or 13134829. OLE color: 13134829.

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

Color convert

RGB 237 107 200 -
CMYK 0 0.55 0.16 0.07
HSL 317.08º 0.78% 0.67% -
HSV(B) 317.08º 0.55% 0.93% -
XYZ 50.61 32.69 58.29 -
YUV 156.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 237 107 200 0 0.55 0.16 0.07 317.08 0.78 0.67
Hex ED 6B C8 0 37 10 7 13D 4E 43
Octal 355 153 310 0 67 20 7 475 116 103
Binary 11101101 1101011 11001000 0 110111 10000 111 100111101 1001110 1000011

Color Harmonies of #ED6BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BC8

Black with #ED6BC8

Text Example


Text Example

White with #ED6BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BC8; }

 p { color: rgb(237,107,200); }

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

background-color css

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

 a { background-color: rgb(237,107,200); }

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

border-color css

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

 span { border-color: rgb(237,107,200); }

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