Html Css Color HEX #ED67BF Neon Pink

📋 copy color: '#ED67BF'

red 237 ◦ green 103 ◦ blue 191

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

Shades of Neon Pink #ED67BF

Tints of Neon Pink #ED67BF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.4%

 BLUE value IS 191 (75% from 255) = 35.97%

R = 44.63%
G = 19.4%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED67BF (or 0xED67BF) is known color: Neon Pink. HEX triplet: ED, 67 and BF. RGB value is (237,103,191). Sum of RGB (Red+Green+Blue) = 237+103+191=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED67BF is #129840. Grayscale: #989898. Windows color (decimal): -1218625 or 12543981. OLE color: 12543981.

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

Color convert

RGB 237 103 191 -
CMYK 0 0.57 0.19 0.07
HSL 320.6º 0.79% 0.67% -
HSV(B) 320.6º 0.57% 0.93% -
XYZ 49.18 31.47 52.77 -
YUV 153.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 237 103 191 0 0.57 0.19 0.07 320.6 0.79 0.67
Hex ED 67 BF 0 39 13 7 141 4F 43
Octal 355 147 277 0 71 23 7 501 117 103
Binary 11101101 1100111 10111111 0 111001 10011 111 101000001 1001111 1000011

Color Harmonies of #ED67BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED67BF

Black with #ED67BF

Text Example


Text Example

White with #ED67BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED67BF; }

 p { color: rgb(237,103,191); }

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

background-color css

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

 a { background-color: rgb(237,103,191); }

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

border-color css

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

 span { border-color: rgb(237,103,191); }

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