Html Css Color HEX #F96EC1 Neon Pink

📋 copy color: '#F96EC1'

red 249 ◦ green 110 ◦ blue 193

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

Shades of Neon Pink #F96EC1

Tints of Neon Pink #F96EC1

RGB

 RED value IS 249 (97.66% from 255) = 45.11%

 GREEN value IS 110 (43.36% from 255) = 19.93%

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 45.11%
G = 19.93%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F96EC1 (or 0xF96EC1) is known color: Neon Pink. HEX triplet: F9, 6E and C1. RGB value is (249,110,193). Sum of RGB (Red+Green+Blue) = 249+110+193=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EC1 is #06913E. Grayscale: #A0A0A0. Windows color (decimal): -430399 or 12676857. OLE color: 12676857.

HSL color Cylindrical-coordinate representation of color #F96EC1: hue angle of 324.17º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96EC1 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 110 193 -
CMYK 0 0.56 0.22 0.02
HSL 324.17º 0.92% 0.7% -
HSV(B) 324.17º 0.56% 0.98% -
XYZ 54.27 35.14 54.37 -
YUV 161.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 249 110 193 0 0.56 0.22 0.02 324.17 0.92 0.7
Hex F9 6E C1 0 38 16 2 144 5C 46
Octal 371 156 301 0 70 26 2 504 134 106
Binary 11111001 1101110 11000001 0 111000 10110 10 101000100 1011100 1000110

Color Harmonies of #F96EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EC1

Black with #F96EC1

Text Example


Text Example

White with #F96EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EC1; }

 p { color: rgb(249,110,193); }

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

background-color css

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

 a { background-color: rgb(249,110,193); }

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

border-color css

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

 span { border-color: rgb(249,110,193); }

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