Html Css Color HEX #EC5FBF Neon Pink

📋 copy color: '#EC5FBF'

red 236 ◦ green 95 ◦ blue 191

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

Shades of Neon Pink #EC5FBF

Tints of Neon Pink #EC5FBF

RGB

 RED value IS 236 (92.58% from 255) = 45.21%

 GREEN value IS 95 (37.5% from 255) = 18.2%

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

R = 45.21%
G = 18.2%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC5FBF (or 0xEC5FBF) is known color: Neon Pink. HEX triplet: EC, 5F and BF. RGB value is (236,95,191). Sum of RGB (Red+Green+Blue) = 236+95+191=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FBF is #13A040. Grayscale: #939393. Windows color (decimal): -1286209 or 12541932. OLE color: 12541932.

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

Color convert

RGB 236 95 191 -
CMYK 0 0.60 0.19 0.07
HSL 319.15º 0.79% 0.65% -
HSV(B) 319.15º 0.6% 0.93% -
XYZ 48.09 29.78 52.5 -
YUV 148.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 236 95 191 0 0.60 0.19 0.07 319.15 0.79 0.65
Hex EC 5F BF 0 3C 13 7 13F 4F 41
Octal 354 137 277 0 74 23 7 477 117 101
Binary 11101100 1011111 10111111 0 111100 10011 111 100111111 1001111 1000001

Color Harmonies of #EC5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5FBF

Black with #EC5FBF

Text Example


Text Example

White with #EC5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5FBF; }

 p { color: rgb(236,95,191); }

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

background-color css

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

 a { background-color: rgb(236,95,191); }

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

border-color css

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

 span { border-color: rgb(236,95,191); }

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