Html Css Color HEX #EF5FBF Neon Pink

📋 copy color: '#EF5FBF'

red 239 ◦ green 95 ◦ blue 191

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

Shades of Neon Pink #EF5FBF

Tints of Neon Pink #EF5FBF

RGB

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

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

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

R = 45.52%
G = 18.1%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF5FBF (or 0xEF5FBF) is known color: Neon Pink. HEX triplet: EF, 5F and BF. RGB value is (239,95,191). Sum of RGB (Red+Green+Blue) = 239+95+191=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5FBF is #10A040. Grayscale: #949494. Windows color (decimal): -1089601 or 12541935. OLE color: 12541935.

HSL color Cylindrical-coordinate representation of color #EF5FBF: hue angle of 320º 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 #EF5FBF is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 95 191 -
CMYK 0 0.60 0.20 0.06
HSL 320º 0.82% 0.65% -
HSV(B) 320º 0.6% 0.94% -
XYZ 49.09 30.3 52.55 -
YUV 149 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 239 95 191 0 0.60 0.20 0.06 320 0.82 0.65
Hex EF 5F BF 0 3C 14 6 140 52 41
Octal 357 137 277 0 74 24 6 500 122 101
Binary 11101111 1011111 10111111 0 111100 10100 110 101000000 1010010 1000001

Color Harmonies of #EF5FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FBF

Black with #EF5FBF

Text Example


Text Example

White with #EF5FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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