Html Css Color HEX #F96EC3 Neon Pink

📋 copy color: '#F96EC3'

red 249 ◦ green 110 ◦ blue 195

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

Shades of Neon Pink #F96EC3

Tints of Neon Pink #F96EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.2%

R = 44.95%
G = 19.86%
B = 35.2%

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

#F96EC3 (or 0xF96EC3) is known color: Neon Pink. HEX triplet: F9, 6E and C3. RGB value is (249,110,195). Sum of RGB (Red+Green+Blue) = 249+110+195=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EC3 is #06913C. Grayscale: #A1A1A1. Windows color (decimal): -430397 or 12807929. OLE color: 12807929.

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

Color convert

RGB 249 110 195 -
CMYK 0 0.56 0.22 0.02
HSL 323.31º 0.92% 0.7% -
HSV(B) 323.31º 0.56% 0.98% -
XYZ 54.49 35.23 55.56 -
YUV 161.25 147.05 190.59 -
System Red Green Blue C M Y K H S L
Decimal 249 110 195 0 0.56 0.22 0.02 323.31 0.92 0.7
Hex F9 6E C3 0 38 16 2 143 5C 46
Octal 371 156 303 0 70 26 2 503 134 106
Binary 11111001 1101110 11000011 0 111000 10110 10 101000011 1011100 1000110

Color Harmonies of #F96EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EC3

Black with #F96EC3

Text Example


Text Example

White with #F96EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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