Html Css Color HEX #F764C6 Neon Pink

📋 copy color: '#F764C6'

red 247 ◦ green 100 ◦ blue 198

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

Shades of Neon Pink #F764C6

Tints of Neon Pink #F764C6

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.35%

 BLUE value IS 198 (77.73% from 255) = 36.33%

R = 45.32%
G = 18.35%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F764C6 (or 0xF764C6) is known color: Neon Pink. HEX triplet: F7, 64 and C6. RGB value is (247,100,198). Sum of RGB (Red+Green+Blue) = 247+100+198=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F764C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764C6 is #089B39. Grayscale: #9A9A9A. Windows color (decimal): -564026 or 13001975. OLE color: 13001975.

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

Color convert

RGB 247 100 198 -
CMYK 0 0.60 0.20 0.03
HSL 320º 0.9% 0.68% -
HSV(B) 320º 0.6% 0.97% -
XYZ 53.11 32.97 56.99 -
YUV 155.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 247 100 198 0 0.60 0.20 0.03 320 0.9 0.68
Hex F7 64 C6 0 3C 14 3 140 5A 44
Octal 367 144 306 0 74 24 3 500 132 104
Binary 11110111 1100100 11000110 0 111100 10100 11 101000000 1011010 1000100

Color Harmonies of #F764C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764C6

Black with #F764C6

Text Example


Text Example

White with #F764C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764C6; }

 p { color: rgb(247,100,198); }

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

background-color css

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

 a { background-color: rgb(247,100,198); }

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

border-color css

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

 span { border-color: rgb(247,100,198); }

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