Html Css Color HEX #ED66C2 Neon Pink

📋 copy color: '#ED66C2'

red 237 ◦ green 102 ◦ blue 194

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

Shades of Neon Pink #ED66C2

Tints of Neon Pink #ED66C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.4%

R = 44.47%
G = 19.14%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED66C2 (or 0xED66C2) is known color: Neon Pink. HEX triplet: ED, 66 and C2. RGB value is (237,102,194). Sum of RGB (Red+Green+Blue) = 237+102+194=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66C2 is #12993D. Grayscale: #989898. Windows color (decimal): -1218878 or 12740333. OLE color: 12740333.

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

Color convert

RGB 237 102 194 -
CMYK 0 0.57 0.18 0.07
HSL 319.11º 0.79% 0.66% -
HSV(B) 319.11º 0.57% 0.93% -
XYZ 49.41 31.4 54.5 -
YUV 152.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 237 102 194 0 0.57 0.18 0.07 319.11 0.79 0.66
Hex ED 66 C2 0 39 12 7 13F 4F 42
Octal 355 146 302 0 71 22 7 477 117 102
Binary 11101101 1100110 11000010 0 111001 10010 111 100111111 1001111 1000010

Color Harmonies of #ED66C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED66C2

Black with #ED66C2

Text Example


Text Example

White with #ED66C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED66C2; }

 p { color: rgb(237,102,194); }

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

background-color css

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

 a { background-color: rgb(237,102,194); }

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

border-color css

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

 span { border-color: rgb(237,102,194); }

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