Html Css Color HEX #EF5FC8 Neon Pink

📋 copy color: '#EF5FC8'

red 239 ◦ green 95 ◦ blue 200

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

Shades of Neon Pink #EF5FC8

Tints of Neon Pink #EF5FC8

RGB

 RED value IS 239 (93.75% from 255) = 44.76%

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

 BLUE value IS 200 (78.52% from 255) = 37.45%

R = 44.76%
G = 17.79%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF5FC8 (or 0xEF5FC8) is known color: Neon Pink. HEX triplet: EF, 5F and C8. RGB value is (239,95,200). Sum of RGB (Red+Green+Blue) = 239+95+200=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FC8 is #10A037. Grayscale: #959595. Windows color (decimal): -1089592 or 13131759. OLE color: 13131759.

HSL color Cylindrical-coordinate representation of color #EF5FC8: hue angle of 316.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF5FC8 is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 200 -
CMYK 0 0.60 0.16 0.06
HSL 316.25º 0.82% 0.65% -
HSV(B) 316.25º 0.6% 0.94% -
XYZ 50.11 30.71 57.93 -
YUV 150.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 239 95 200 0 0.60 0.16 0.06 316.25 0.82 0.65
Hex EF 5F C8 0 3C 10 6 13C 52 41
Octal 357 137 310 0 74 20 6 474 122 101
Binary 11101111 1011111 11001000 0 111100 10000 110 100111100 1010010 1000001

Color Harmonies of #EF5FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FC8

Black with #EF5FC8

Text Example


Text Example

White with #EF5FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FC8; }

 p { color: rgb(239,95,200); }

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

background-color css

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

 a { background-color: rgb(239,95,200); }

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

border-color css

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

 span { border-color: rgb(239,95,200); }

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