Html Css Color HEX #F96CCC Neon Pink

📋 copy color: '#F96CCC'

red 249 ◦ green 108 ◦ blue 204

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

Shades of Neon Pink #F96CCC

Tints of Neon Pink #F96CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.25%

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

R = 44.39%
G = 19.25%
B = 36.36%

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

#F96CCC (or 0xF96CCC) is known color: Neon Pink. HEX triplet: F9, 6C and CC. RGB value is (249,108,204). Sum of RGB (Red+Green+Blue) = 249+108+204=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CCC is #069333. Grayscale: #A0A0A0. Windows color (decimal): -430900 or 13397241. OLE color: 13397241.

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

Color convert

RGB 249 108 204 -
CMYK 0 0.57 0.18 0.02
HSL 319.15º 0.92% 0.7% -
HSV(B) 319.15º 0.57% 0.98% -
XYZ 55.33 35.22 61.01 -
YUV 161.1 152.21 190.69 -
System Red Green Blue C M Y K H S L
Decimal 249 108 204 0 0.57 0.18 0.02 319.15 0.92 0.7
Hex F9 6C CC 0 39 12 2 13F 5C 46
Octal 371 154 314 0 71 22 2 477 134 106
Binary 11111001 1101100 11001100 0 111001 10010 10 100111111 1011100 1000110

Color Harmonies of #F96CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CCC

Black with #F96CCC

Text Example


Text Example

White with #F96CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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