Html Css Color HEX #ED6FCB Neon Pink

📋 copy color: '#ED6FCB'

red 237 ◦ green 111 ◦ blue 203

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

Shades of Neon Pink #ED6FCB

Tints of Neon Pink #ED6FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.84%

R = 43.01%
G = 20.15%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED6FCB (or 0xED6FCB) is known color: Neon Pink. HEX triplet: ED, 6F and CB. RGB value is (237,111,203). Sum of RGB (Red+Green+Blue) = 237+111+203=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FCB is #129034. Grayscale: #9E9E9E. Windows color (decimal): -1216565 or 13332461. OLE color: 13332461.

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

Color convert

RGB 237 111 203 -
CMYK 0 0.53 0.14 0.07
HSL 316.19º 0.78% 0.68% -
HSV(B) 316.19º 0.53% 0.93% -
XYZ 51.39 33.69 60.29 -
YUV 159.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 237 111 203 0 0.53 0.14 0.07 316.19 0.78 0.68
Hex ED 6F CB 0 35 E 7 13C 4E 44
Octal 355 157 313 0 65 16 7 474 116 104
Binary 11101101 1101111 11001011 0 110101 1110 111 100111100 1001110 1000100

Color Harmonies of #ED6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FCB

Black with #ED6FCB

Text Example


Text Example

White with #ED6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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