Html Css Color HEX #F963CD Neon Pink

📋 copy color: '#F963CD'

red 249 ◦ green 99 ◦ blue 205

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

Shades of Neon Pink #F963CD

Tints of Neon Pink #F963CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 45.03%
G = 17.9%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F963CD (or 0xF963CD) is known color: Neon Pink. HEX triplet: F9, 63 and CD. RGB value is (249,99,205). Sum of RGB (Red+Green+Blue) = 249+99+205=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F963CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F963CD is #069C32. Grayscale: #9B9B9B. Windows color (decimal): -433203 or 13460473. OLE color: 13460473.

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

Color convert

RGB 249 99 205 -
CMYK 0 0.60 0.18 0.02
HSL 317.6º 0.93% 0.68% -
HSV(B) 317.6º 0.6% 0.98% -
XYZ 54.55 33.47 61.34 -
YUV 155.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 249 99 205 0 0.60 0.18 0.02 317.6 0.93 0.68
Hex F9 63 CD 0 3C 12 2 13E 5D 44
Octal 371 143 315 0 74 22 2 476 135 104
Binary 11111001 1100011 11001101 0 111100 10010 10 100111110 1011101 1000100

Color Harmonies of #F963CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963CD

Black with #F963CD

Text Example


Text Example

White with #F963CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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