Html Css Color HEX #F96EC2 Neon Pink

📋 copy color: '#F96EC2'

red 249 ◦ green 110 ◦ blue 194

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

Shades of Neon Pink #F96EC2

Tints of Neon Pink #F96EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 45.03%
G = 19.89%
B = 35.08%

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

#F96EC2 (or 0xF96EC2) is known color: Neon Pink. HEX triplet: F9, 6E and C2. RGB value is (249,110,194). Sum of RGB (Red+Green+Blue) = 249+110+194=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EC2 is #06913D. Grayscale: #A0A0A0. Windows color (decimal): -430398 or 12742393. OLE color: 12742393.

HSL color Cylindrical-coordinate representation of color #F96EC2: hue angle of 323.74º 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 #F96EC2 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 110 194 -
CMYK 0 0.56 0.22 0.02
HSL 323.74º 0.92% 0.7% -
HSV(B) 323.74º 0.56% 0.98% -
XYZ 54.38 35.19 54.96 -
YUV 161.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 249 110 194 0 0.56 0.22 0.02 323.74 0.92 0.7
Hex F9 6E C2 0 38 16 2 144 5C 46
Octal 371 156 302 0 70 26 2 504 134 106
Binary 11111001 1101110 11000010 0 111000 10110 10 101000100 1011100 1000110

Color Harmonies of #F96EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EC2

Black with #F96EC2

Text Example


Text Example

White with #F96EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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