Html Css Color HEX #F963D4 Neon Pink

📋 copy color: '#F963D4'

red 249 ◦ green 99 ◦ blue 212

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

Shades of Neon Pink #F963D4

Tints of Neon Pink #F963D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 44.46%
G = 17.68%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F963D4 (or 0xF963D4) is known color: Neon Pink. HEX triplet: F9, 63 and D4. RGB value is (249,99,212). Sum of RGB (Red+Green+Blue) = 249+99+212=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F963D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963D4 is #069C2B. Grayscale: #9C9C9C. Windows color (decimal): -433196 or 13919225. OLE color: 13919225.

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

Color convert

RGB 249 99 212 -
CMYK 0 0.60 0.15 0.02
HSL 314.8º 0.93% 0.68% -
HSV(B) 314.8º 0.6% 0.98% -
XYZ 55.41 33.82 65.89 -
YUV 156.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 249 99 212 0 0.60 0.15 0.02 314.8 0.93 0.68
Hex F9 63 D4 0 3C F 2 13B 5D 44
Octal 371 143 324 0 74 17 2 473 135 104
Binary 11111001 1100011 11010100 0 111100 1111 10 100111011 1011101 1000100

Color Harmonies of #F963D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963D4

Black with #F963D4

Text Example


Text Example

White with #F963D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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