Html Css Color HEX #EF6FCD Neon Pink

📋 copy color: '#EF6FCD'

red 239 ◦ green 111 ◦ blue 205

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

Shades of Neon Pink #EF6FCD

Tints of Neon Pink #EF6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20%

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 43.06%
G = 20%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF6FCD (or 0xEF6FCD) is known color: Neon Pink. HEX triplet: EF, 6F and CD. RGB value is (239,111,205). Sum of RGB (Red+Green+Blue) = 239+111+205=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FCD is #109032. Grayscale: #9F9F9F. Windows color (decimal): -1085491 or 13463535. OLE color: 13463535.

HSL color Cylindrical-coordinate representation of color #EF6FCD: hue angle of 315.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FCD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 111 205 -
CMYK 0 0.54 0.14 0.06
HSL 315.94º 0.8% 0.69% -
HSV(B) 315.94º 0.54% 0.94% -
XYZ 52.3 34.13 61.59 -
YUV 159.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 239 111 205 0 0.54 0.14 0.06 315.94 0.8 0.69
Hex EF 6F CD 0 36 E 6 13C 50 45
Octal 357 157 315 0 66 16 6 474 120 105
Binary 11101111 1101111 11001101 0 110110 1110 110 100111100 1010000 1000101

Color Harmonies of #EF6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FCD

Black with #EF6FCD

Text Example


Text Example

White with #EF6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FCD; }

 p { color: rgb(239,111,205); }

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

background-color css

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

 a { background-color: rgb(239,111,205); }

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

border-color css

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

 span { border-color: rgb(239,111,205); }

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