Html Css Color HEX #F964C5 Neon Pink

📋 copy color: '#F964C5'

red 249 ◦ green 100 ◦ blue 197

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

Shades of Neon Pink #F964C5

Tints of Neon Pink #F964C5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.32%

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

R = 45.6%
G = 18.32%
B = 36.08%

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

#F964C5 (or 0xF964C5) is known color: Neon Pink. HEX triplet: F9, 64 and C5. RGB value is (249,100,197). Sum of RGB (Red+Green+Blue) = 249+100+197=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F964C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964C5 is #069B3A. Grayscale: #9B9B9B. Windows color (decimal): -432955 or 12936441. OLE color: 12936441.

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

Color convert

RGB 249 100 197 -
CMYK 0 0.60 0.21 0.02
HSL 320.94º 0.93% 0.68% -
HSV(B) 320.94º 0.6% 0.98% -
XYZ 53.7 33.29 56.42 -
YUV 155.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 249 100 197 0 0.60 0.21 0.02 320.94 0.93 0.68
Hex F9 64 C5 0 3C 15 2 141 5D 44
Octal 371 144 305 0 74 25 2 501 135 104
Binary 11111001 1100100 11000101 0 111100 10101 10 101000001 1011101 1000100

Color Harmonies of #F964C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964C5

Black with #F964C5

Text Example


Text Example

White with #F964C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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