Html Css Color HEX #F963CA Neon Pink

📋 copy color: '#F963CA'

red 249 ◦ green 99 ◦ blue 202

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

Shades of Neon Pink #F963CA

Tints of Neon Pink #F963CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 45.27%
G = 18%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F963CA (or 0xF963CA) is known color: Neon Pink. HEX triplet: F9, 63 and CA. RGB value is (249,99,202). Sum of RGB (Red+Green+Blue) = 249+99+202=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F963CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963CA is #069C35. Grayscale: #9B9B9B. Windows color (decimal): -433206 or 13263865. OLE color: 13263865.

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

Color convert

RGB 249 99 202 -
CMYK 0 0.60 0.19 0.02
HSL 318.8º 0.93% 0.68% -
HSV(B) 318.8º 0.6% 0.98% -
XYZ 54.19 33.33 59.45 -
YUV 155.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 249 99 202 0 0.60 0.19 0.02 318.8 0.93 0.68
Hex F9 63 CA 0 3C 13 2 13F 5D 44
Octal 371 143 312 0 74 23 2 477 135 104
Binary 11111001 1100011 11001010 0 111100 10011 10 100111111 1011101 1000100

Color Harmonies of #F963CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963CA

Black with #F963CA

Text Example


Text Example

White with #F963CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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