Html Css Color HEX #ED6BC3 Neon Pink

📋 copy color: '#ED6BC3'

red 237 ◦ green 107 ◦ blue 195

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

Shades of Neon Pink #ED6BC3

Tints of Neon Pink #ED6BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.18%

R = 43.97%
G = 19.85%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED6BC3 (or 0xED6BC3) is known color: Neon Pink. HEX triplet: ED, 6B and C3. RGB value is (237,107,195). Sum of RGB (Red+Green+Blue) = 237+107+195=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BC3 is #12943C. Grayscale: #9B9B9B. Windows color (decimal): -1217597 or 12807149. OLE color: 12807149.

HSL color Cylindrical-coordinate representation of color #ED6BC3: hue angle of 319.38º 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 #ED6BC3 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 107 195 -
CMYK 0 0.55 0.18 0.07
HSL 319.38º 0.78% 0.67% -
HSV(B) 319.38º 0.55% 0.93% -
XYZ 50.03 32.46 55.26 -
YUV 155.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 237 107 195 0 0.55 0.18 0.07 319.38 0.78 0.67
Hex ED 6B C3 0 37 12 7 13F 4E 43
Octal 355 153 303 0 67 22 7 477 116 103
Binary 11101101 1101011 11000011 0 110111 10010 111 100111111 1001110 1000011

Color Harmonies of #ED6BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BC3

Black with #ED6BC3

Text Example


Text Example

White with #ED6BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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