Html Css Color HEX #F96ECC Neon Pink

📋 copy color: '#F96ECC'

red 249 ◦ green 110 ◦ blue 204

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

Shades of Neon Pink #F96ECC

Tints of Neon Pink #F96ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 44.23%
G = 19.54%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F96ECC (or 0xF96ECC) is known color: Neon Pink. HEX triplet: F9, 6E and CC. RGB value is (249,110,204). Sum of RGB (Red+Green+Blue) = 249+110+204=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 110 (43.36% from 255 or 19.54% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ECC is #069133. Grayscale: #A2A2A2. Windows color (decimal): -430388 or 13397753. OLE color: 13397753.

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

Color convert

RGB 249 110 204 -
CMYK 0 0.56 0.18 0.02
HSL 319.42º 0.92% 0.7% -
HSV(B) 319.42º 0.56% 0.98% -
XYZ 55.54 35.65 61.08 -
YUV 162.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 249 110 204 0 0.56 0.18 0.02 319.42 0.92 0.7
Hex F9 6E CC 0 38 12 2 13F 5C 46
Octal 371 156 314 0 70 22 2 477 134 106
Binary 11111001 1101110 11001100 0 111000 10010 10 100111111 1011100 1000110

Color Harmonies of #F96ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ECC

Black with #F96ECC

Text Example


Text Example

White with #F96ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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