Html Css Color HEX #F763D6 Neon Pink

📋 copy color: '#F763D6'

red 247 ◦ green 99 ◦ blue 214

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

Shades of Neon Pink #F763D6

Tints of Neon Pink #F763D6

RGB

 RED value IS 247 (96.88% from 255) = 44.11%

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

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

R = 44.11%
G = 17.68%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F763D6 (or 0xF763D6) is known color: Neon Pink. HEX triplet: F7, 63 and D6. RGB value is (247,99,214). Sum of RGB (Red+Green+Blue) = 247+99+214=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F763D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763D6 is #089C29. Grayscale: #9C9C9C. Windows color (decimal): -564266 or 14050295. OLE color: 14050295.

HSL color Cylindrical-coordinate representation of color #F763D6: hue angle of 313.38º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763D6 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 99 214 -
CMYK 0 0.60 0.13 0.03
HSL 313.38º 0.9% 0.68% -
HSV(B) 313.38º 0.6% 0.97% -
XYZ 54.96 33.55 67.2 -
YUV 156.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 247 99 214 0 0.60 0.13 0.03 313.38 0.9 0.68
Hex F7 63 D6 0 3C D 3 139 5A 44
Octal 367 143 326 0 74 15 3 471 132 104
Binary 11110111 1100011 11010110 0 111100 1101 11 100111001 1011010 1000100

Color Harmonies of #F763D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F763D6

Black with #F763D6

Text Example


Text Example

White with #F763D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F763D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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