Html Css Color HEX #F96ACC Neon Pink

📋 copy color: '#F96ACC'

red 249 ◦ green 106 ◦ blue 204

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

Shades of Neon Pink #F96ACC

Tints of Neon Pink #F96ACC

RGB

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

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

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

R = 44.54%
G = 18.96%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F96ACC (or 0xF96ACC) is known color: Neon Pink. HEX triplet: F9, 6A and CC. RGB value is (249,106,204). Sum of RGB (Red+Green+Blue) = 249+106+204=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ACC is #069533. Grayscale: #9F9F9F. Windows color (decimal): -431412 or 13396729. OLE color: 13396729.

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

Color convert

RGB 249 106 204 -
CMYK 0 0.57 0.18 0.02
HSL 318.88º 0.92% 0.7% -
HSV(B) 318.88º 0.57% 0.98% -
XYZ 55.12 34.81 60.94 -
YUV 159.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 249 106 204 0 0.57 0.18 0.02 318.88 0.92 0.7
Hex F9 6A CC 0 39 12 2 13F 5C 46
Octal 371 152 314 0 71 22 2 477 134 106
Binary 11111001 1101010 11001100 0 111001 10010 10 100111111 1011100 1000110

Color Harmonies of #F96ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ACC

Black with #F96ACC

Text Example


Text Example

White with #F96ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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