Html Css Color HEX #ED65CB Neon Pink

📋 copy color: '#ED65CB'

red 237 ◦ green 101 ◦ blue 203

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

Shades of Neon Pink #ED65CB

Tints of Neon Pink #ED65CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.67%

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

R = 43.81%
G = 18.67%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED65CB (or 0xED65CB) is known color: Neon Pink. HEX triplet: ED, 65 and CB. RGB value is (237,101,203). Sum of RGB (Red+Green+Blue) = 237+101+203=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED65CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED65CB is #129A34. Grayscale: #999999. Windows color (decimal): -1219125 or 13329901. OLE color: 13329901.

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

Color convert

RGB 237 101 203 -
CMYK 0 0.57 0.14 0.07
HSL 315º 0.79% 0.66% -
HSV(B) 315º 0.57% 0.93% -
XYZ 50.36 31.62 59.95 -
YUV 153.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 237 101 203 0 0.57 0.14 0.07 315 0.79 0.66
Hex ED 65 CB 0 39 E 7 13B 4F 42
Octal 355 145 313 0 71 16 7 473 117 102
Binary 11101101 1100101 11001011 0 111001 1110 111 100111011 1001111 1000010

Color Harmonies of #ED65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED65CB

Black with #ED65CB

Text Example


Text Example

White with #ED65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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