Html Css Color HEX #F96AC2 Neon Pink

📋 copy color: '#F96AC2'

red 249 ◦ green 106 ◦ blue 194

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

Shades of Neon Pink #F96AC2

Tints of Neon Pink #F96AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.31%

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

R = 45.36%
G = 19.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F96AC2 (or 0xF96AC2) is known color: Neon Pink. HEX triplet: F9, 6A and C2. RGB value is (249,106,194). Sum of RGB (Red+Green+Blue) = 249+106+194=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AC2 is #06953D. Grayscale: #9E9E9E. Windows color (decimal): -431422 or 12741369. OLE color: 12741369.

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

Color convert

RGB 249 106 194 -
CMYK 0 0.57 0.22 0.02
HSL 323.08º 0.92% 0.7% -
HSV(B) 323.08º 0.57% 0.98% -
XYZ 53.96 34.34 54.82 -
YUV 158.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 249 106 194 0 0.57 0.22 0.02 323.08 0.92 0.7
Hex F9 6A C2 0 39 16 2 143 5C 46
Octal 371 152 302 0 71 26 2 503 134 106
Binary 11111001 1101010 11000010 0 111001 10110 10 101000011 1011100 1000110

Color Harmonies of #F96AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AC2

Black with #F96AC2

Text Example


Text Example

White with #F96AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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