Html Css Color HEX #F960C5 Neon Pink

📋 copy color: '#F960C5'

red 249 ◦ green 96 ◦ blue 197

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

Shades of Neon Pink #F960C5

Tints of Neon Pink #F960C5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.71%

 BLUE value IS 197 (77.34% from 255) = 36.35%

R = 45.94%
G = 17.71%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F960C5 (or 0xF960C5) is known color: Neon Pink. HEX triplet: F9, 60 and C5. RGB value is (249,96,197). Sum of RGB (Red+Green+Blue) = 249+96+197=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F960C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960C5 is #069F3A. Grayscale: #999999. Windows color (decimal): -433979 or 12935417. OLE color: 12935417.

HSL color Cylindrical-coordinate representation of color #F960C5: hue angle of 320.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960C5 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 96 197 -
CMYK 0 0.61 0.21 0.02
HSL 320.39º 0.93% 0.68% -
HSV(B) 320.39º 0.61% 0.98% -
XYZ 53.33 32.54 56.29 -
YUV 153.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 249 96 197 0 0.61 0.21 0.02 320.39 0.93 0.68
Hex F9 60 C5 0 3D 15 2 140 5D 44
Octal 371 140 305 0 75 25 2 500 135 104
Binary 11111001 1100000 11000101 0 111101 10101 10 101000000 1011101 1000100

Color Harmonies of #F960C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F960C5

Black with #F960C5

Text Example


Text Example

White with #F960C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F960C5; }

 p { color: rgb(249,96,197); }

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

background-color css

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

 a { background-color: rgb(249,96,197); }

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

border-color css

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

 span { border-color: rgb(249,96,197); }

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