Html Css Color HEX #F964C3 Neon Pink

📋 copy color: '#F964C3'

red 249 ◦ green 100 ◦ blue 195

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

Shades of Neon Pink #F964C3

Tints of Neon Pink #F964C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.85%

R = 45.77%
G = 18.38%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F964C3 (or 0xF964C3) is known color: Neon Pink. HEX triplet: F9, 64 and C3. RGB value is (249,100,195). Sum of RGB (Red+Green+Blue) = 249+100+195=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F964C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964C3 is #069B3C. Grayscale: #9B9B9B. Windows color (decimal): -432957 or 12805369. OLE color: 12805369.

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

Color convert

RGB 249 100 195 -
CMYK 0 0.60 0.22 0.02
HSL 321.75º 0.93% 0.68% -
HSV(B) 321.75º 0.6% 0.98% -
XYZ 53.47 33.19 55.22 -
YUV 155.38 150.36 194.78 -
System Red Green Blue C M Y K H S L
Decimal 249 100 195 0 0.60 0.22 0.02 321.75 0.93 0.68
Hex F9 64 C3 0 3C 16 2 142 5D 44
Octal 371 144 303 0 74 26 2 502 135 104
Binary 11111001 1100100 11000011 0 111100 10110 10 101000010 1011101 1000100

Color Harmonies of #F964C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964C3

Black with #F964C3

Text Example


Text Example

White with #F964C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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