Html Css Color HEX #F96FCB Neon Pink

📋 copy color: '#F96FCB'

red 249 ◦ green 111 ◦ blue 203

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

Shades of Neon Pink #F96FCB

Tints of Neon Pink #F96FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.72%

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

R = 44.23%
G = 19.72%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F96FCB (or 0xF96FCB) is known color: Neon Pink. HEX triplet: F9, 6F and CB. RGB value is (249,111,203). Sum of RGB (Red+Green+Blue) = 249+111+203=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FCB is #069034. Grayscale: #A2A2A2. Windows color (decimal): -430133 or 13332473. OLE color: 13332473.

HSL color Cylindrical-coordinate representation of color #F96FCB: hue angle of 320º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FCB is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 203 -
CMYK 0 0.55 0.18 0.02
HSL 320º 0.92% 0.71% -
HSV(B) 320º 0.55% 0.98% -
XYZ 55.53 35.82 60.49 -
YUV 162.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 249 111 203 0 0.55 0.18 0.02 320 0.92 0.71
Hex F9 6F CB 0 37 12 2 140 5C 47
Octal 371 157 313 0 67 22 2 500 134 107
Binary 11111001 1101111 11001011 0 110111 10010 10 101000000 1011100 1000111

Color Harmonies of #F96FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FCB

Black with #F96FCB

Text Example


Text Example

White with #F96FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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