Html Css Color HEX #F96EC4 Neon Pink

📋 copy color: '#F96EC4'

red 249 ◦ green 110 ◦ blue 196

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

Shades of Neon Pink #F96EC4

Tints of Neon Pink #F96EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.32%

R = 44.86%
G = 19.82%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F96EC4 (or 0xF96EC4) is known color: Neon Pink. HEX triplet: F9, 6E and C4. RGB value is (249,110,196). Sum of RGB (Red+Green+Blue) = 249+110+196=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EC4 is #06913B. Grayscale: #A1A1A1. Windows color (decimal): -430396 or 12873465. OLE color: 12873465.

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

Color convert

RGB 249 110 196 -
CMYK 0 0.56 0.21 0.02
HSL 322.88º 0.92% 0.7% -
HSV(B) 322.88º 0.56% 0.98% -
XYZ 54.61 35.28 56.16 -
YUV 161.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 249 110 196 0 0.56 0.21 0.02 322.88 0.92 0.7
Hex F9 6E C4 0 38 15 2 143 5C 46
Octal 371 156 304 0 70 25 2 503 134 106
Binary 11111001 1101110 11000100 0 111000 10101 10 101000011 1011100 1000110

Color Harmonies of #F96EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EC4

Black with #F96EC4

Text Example


Text Example

White with #F96EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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