Html Css Color HEX #F96ACB Neon Pink

📋 copy color: '#F96ACB'

red 249 ◦ green 106 ◦ blue 203

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

Shades of Neon Pink #F96ACB

Tints of Neon Pink #F96ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 44.62%
G = 19%
B = 36.38%

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

#F96ACB (or 0xF96ACB) is known color: Neon Pink. HEX triplet: F9, 6A and CB. RGB value is (249,106,203). Sum of RGB (Red+Green+Blue) = 249+106+203=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 106 (41.80% from 255 or 19.00% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ACB is #069534. Grayscale: #9F9F9F. Windows color (decimal): -431413 or 13331193. OLE color: 13331193.

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

Color convert

RGB 249 106 203 -
CMYK 0 0.57 0.18 0.02
HSL 319.3º 0.92% 0.7% -
HSV(B) 319.3º 0.57% 0.98% -
XYZ 55 34.76 60.31 -
YUV 159.82 152.38 191.61 -
System Red Green Blue C M Y K H S L
Decimal 249 106 203 0 0.57 0.18 0.02 319.3 0.92 0.7
Hex F9 6A CB 0 39 12 2 13F 5C 46
Octal 371 152 313 0 71 22 2 477 134 106
Binary 11111001 1101010 11001011 0 111001 10010 10 100111111 1011100 1000110

Color Harmonies of #F96ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96ACB

Black with #F96ACB

Text Example


Text Example

White with #F96ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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