Html Css Color HEX #F963D6 Neon Pink

📋 copy color: '#F963D6'

red 249 ◦ green 99 ◦ blue 214

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

Shades of Neon Pink #F963D6

Tints of Neon Pink #F963D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 44.31%
G = 17.62%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F963D6 (or 0xF963D6) is known color: Neon Pink. HEX triplet: F9, 63 and D6. RGB value is (249,99,214). Sum of RGB (Red+Green+Blue) = 249+99+214=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 99 (39.06% from 255 or 17.62% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F963D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963D6 is #069C29. Grayscale: #9C9C9C. Windows color (decimal): -433194 or 14050297. OLE color: 14050297.

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

Color convert

RGB 249 99 214 -
CMYK 0 0.60 0.14 0.02
HSL 314º 0.93% 0.68% -
HSV(B) 314º 0.6% 0.98% -
XYZ 55.67 33.92 67.23 -
YUV 156.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 249 99 214 0 0.60 0.14 0.02 314 0.93 0.68
Hex F9 63 D6 0 3C E 2 13A 5D 44
Octal 371 143 326 0 74 16 2 472 135 104
Binary 11111001 1100011 11010110 0 111100 1110 10 100111010 1011101 1000100

Color Harmonies of #F963D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963D6

Black with #F963D6

Text Example


Text Example

White with #F963D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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