Html Css Color HEX #F963C5 Neon Pink

📋 copy color: '#F963C5'

red 249 ◦ green 99 ◦ blue 197

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

Shades of Neon Pink #F963C5

Tints of Neon Pink #F963C5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.17%

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

R = 45.69%
G = 18.17%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F963C5 (or 0xF963C5) is known color: Neon Pink. HEX triplet: F9, 63 and C5. RGB value is (249,99,197). Sum of RGB (Red+Green+Blue) = 249+99+197=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F963C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963C5 is #069C3A. Grayscale: #9A9A9A. Windows color (decimal): -433211 or 12936185. OLE color: 12936185.

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

Color convert

RGB 249 99 197 -
CMYK 0 0.60 0.21 0.02
HSL 320.8º 0.93% 0.68% -
HSV(B) 320.8º 0.6% 0.98% -
XYZ 53.61 33.09 56.39 -
YUV 155.02 151.7 195.03 -
System Red Green Blue C M Y K H S L
Decimal 249 99 197 0 0.60 0.21 0.02 320.8 0.93 0.68
Hex F9 63 C5 0 3C 15 2 141 5D 44
Octal 371 143 305 0 74 25 2 501 135 104
Binary 11111001 1100011 11000101 0 111100 10101 10 101000001 1011101 1000100

Color Harmonies of #F963C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963C5

Black with #F963C5

Text Example


Text Example

White with #F963C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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