Html Css Color HEX #F96DC1 Neon Pink

📋 copy color: '#F96DC1'

red 249 ◦ green 109 ◦ blue 193

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

Shades of Neon Pink #F96DC1

Tints of Neon Pink #F96DC1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.78%

 BLUE value IS 193 (75.78% from 255) = 35.03%

R = 45.19%
G = 19.78%
B = 35.03%

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

#F96DC1 (or 0xF96DC1) is known color: Neon Pink. HEX triplet: F9, 6D and C1. RGB value is (249,109,193). Sum of RGB (Red+Green+Blue) = 249+109+193=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DC1 is #06923E. Grayscale: #A0A0A0. Windows color (decimal): -430655 or 12676601. OLE color: 12676601.

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

Color convert

RGB 249 109 193 -
CMYK 0 0.56 0.22 0.02
HSL 324º 0.92% 0.7% -
HSV(B) 324º 0.56% 0.98% -
XYZ 54.16 34.93 54.34 -
YUV 160.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 249 109 193 0 0.56 0.22 0.02 324 0.92 0.7
Hex F9 6D C1 0 38 16 2 144 5C 46
Octal 371 155 301 0 70 26 2 504 134 106
Binary 11111001 1101101 11000001 0 111000 10110 10 101000100 1011100 1000110

Color Harmonies of #F96DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DC1

Black with #F96DC1

Text Example


Text Example

White with #F96DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DC1; }

 p { color: rgb(249,109,193); }

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

background-color css

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

 a { background-color: rgb(249,109,193); }

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

border-color css

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

 span { border-color: rgb(249,109,193); }

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