Html Css Color HEX #ED74CF Neon Pink

📋 copy color: '#ED74CF'

red 237 ◦ green 116 ◦ blue 207

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

Shades of Neon Pink #ED74CF

Tints of Neon Pink #ED74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 42.32%
G = 20.71%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED74CF (or 0xED74CF) is known color: Neon Pink. HEX triplet: ED, 74 and CF. RGB value is (237,116,207). Sum of RGB (Red+Green+Blue) = 237+116+207=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED74CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED74CF is #128B30. Grayscale: #A2A2A2. Windows color (decimal): -1215281 or 13595885. OLE color: 13595885.

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

Color convert

RGB 237 116 207 -
CMYK 0 0.51 0.13 0.07
HSL 314.88º 0.77% 0.69% -
HSV(B) 314.88º 0.51% 0.93% -
XYZ 52.43 35 63.02 -
YUV 162.55 153.09 181.1 -
System Red Green Blue C M Y K H S L
Decimal 237 116 207 0 0.51 0.13 0.07 314.88 0.77 0.69
Hex ED 74 CF 0 33 D 7 13B 4D 45
Octal 355 164 317 0 63 15 7 473 115 105
Binary 11101101 1110100 11001111 0 110011 1101 111 100111011 1001101 1000101

Color Harmonies of #ED74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED74CF

Black with #ED74CF

Text Example


Text Example

White with #ED74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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