Html Css Color HEX #ED69CC Neon Pink

📋 copy color: '#ED69CC'

red 237 ◦ green 105 ◦ blue 204

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

Shades of Neon Pink #ED69CC

Tints of Neon Pink #ED69CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.23%

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 43.41%
G = 19.23%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED69CC (or 0xED69CC) is known color: Neon Pink. HEX triplet: ED, 69 and CC. RGB value is (237,105,204). Sum of RGB (Red+Green+Blue) = 237+105+204=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED69CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED69CC is #129633. Grayscale: #9B9B9B. Windows color (decimal): -1218100 or 13396461. OLE color: 13396461.

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

Color convert

RGB 237 105 204 -
CMYK 0 0.56 0.14 0.07
HSL 315º 0.79% 0.67% -
HSV(B) 315º 0.56% 0.93% -
XYZ 50.88 32.47 60.71 -
YUV 155.75 155.23 185.95 -
System Red Green Blue C M Y K H S L
Decimal 237 105 204 0 0.56 0.14 0.07 315 0.79 0.67
Hex ED 69 CC 0 38 E 7 13B 4F 43
Octal 355 151 314 0 70 16 7 473 117 103
Binary 11101101 1101001 11001100 0 111000 1110 111 100111011 1001111 1000011

Color Harmonies of #ED69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED69CC

Black with #ED69CC

Text Example


Text Example

White with #ED69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED69CC; }

 p { color: rgb(237,105,204); }

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

background-color css

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

 a { background-color: rgb(237,105,204); }

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

border-color css

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

 span { border-color: rgb(237,105,204); }

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