Html Css Color HEX #ED74C6 Neon Pink

📋 copy color: '#ED74C6'

red 237 ◦ green 116 ◦ blue 198

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

Shades of Neon Pink #ED74C6

Tints of Neon Pink #ED74C6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.05%

 BLUE value IS 198 (77.73% from 255) = 35.93%

R = 43.01%
G = 21.05%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED74C6 (or 0xED74C6) is known color: Neon Pink. HEX triplet: ED, 74 and C6. RGB value is (237,116,198). Sum of RGB (Red+Green+Blue) = 237+116+198=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74C6 is #128B39. Grayscale: #A1A1A1. Windows color (decimal): -1215290 or 13006061. OLE color: 13006061.

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

Color convert

RGB 237 116 198 -
CMYK 0 0.51 0.16 0.07
HSL 319.34º 0.77% 0.69% -
HSV(B) 319.34º 0.51% 0.93% -
XYZ 51.36 34.57 57.39 -
YUV 161.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 237 116 198 0 0.51 0.16 0.07 319.34 0.77 0.69
Hex ED 74 C6 0 33 10 7 13F 4D 45
Octal 355 164 306 0 63 20 7 477 115 105
Binary 11101101 1110100 11000110 0 110011 10000 111 100111111 1001101 1000101

Color Harmonies of #ED74C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED74C6

Black with #ED74C6

Text Example


Text Example

White with #ED74C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED74C6; }

 p { color: rgb(237,116,198); }

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

background-color css

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

 a { background-color: rgb(237,116,198); }

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

border-color css

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

 span { border-color: rgb(237,116,198); }

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