Html Css Color HEX #ED6FCF Neon Pink

📋 copy color: '#ED6FCF'

red 237 ◦ green 111 ◦ blue 207

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

Shades of Neon Pink #ED6FCF

Tints of Neon Pink #ED6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

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

R = 42.7%
G = 20%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED6FCF (or 0xED6FCF) is known color: Neon Pink. HEX triplet: ED, 6F and CF. RGB value is (237,111,207). Sum of RGB (Red+Green+Blue) = 237+111+207=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FCF is #129030. Grayscale: #9F9F9F. Windows color (decimal): -1216561 or 13594605. OLE color: 13594605.

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

Color convert

RGB 237 111 207 -
CMYK 0 0.53 0.13 0.07
HSL 314.29º 0.78% 0.68% -
HSV(B) 314.29º 0.53% 0.93% -
XYZ 51.87 33.88 62.84 -
YUV 159.62 154.74 183.19 -
System Red Green Blue C M Y K H S L
Decimal 237 111 207 0 0.53 0.13 0.07 314.29 0.78 0.68
Hex ED 6F CF 0 35 D 7 13A 4E 44
Octal 355 157 317 0 65 15 7 472 116 104
Binary 11101101 1101111 11001111 0 110101 1101 111 100111010 1001110 1000100

Color Harmonies of #ED6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FCF

Black with #ED6FCF

Text Example


Text Example

White with #ED6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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