Html Css Color HEX #F96DCC Neon Pink

📋 copy color: '#F96DCC'

red 249 ◦ green 109 ◦ blue 204

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

Shades of Neon Pink #F96DCC

Tints of Neon Pink #F96DCC

RGB

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

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

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

R = 44.31%
G = 19.4%
B = 36.3%

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

#F96DCC (or 0xF96DCC) is known color: Neon Pink. HEX triplet: F9, 6D and CC. RGB value is (249,109,204). Sum of RGB (Red+Green+Blue) = 249+109+204=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DCC is #069233. Grayscale: #A1A1A1. Windows color (decimal): -430644 or 13397497. OLE color: 13397497.

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

Color convert

RGB 249 109 204 -
CMYK 0 0.56 0.18 0.02
HSL 319.29º 0.92% 0.7% -
HSV(B) 319.29º 0.56% 0.98% -
XYZ 55.43 35.44 61.04 -
YUV 161.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 249 109 204 0 0.56 0.18 0.02 319.29 0.92 0.7
Hex F9 6D CC 0 38 12 2 13F 5C 46
Octal 371 155 314 0 70 22 2 477 134 106
Binary 11111001 1101101 11001100 0 111000 10010 10 100111111 1011100 1000110

Color Harmonies of #F96DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DCC

Black with #F96DCC

Text Example


Text Example

White with #F96DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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