Html Css Color HEX #F764C9 Neon Pink

📋 copy color: '#F764C9'

red 247 ◦ green 100 ◦ blue 201

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

Shades of Neon Pink #F764C9

Tints of Neon Pink #F764C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 45.07%
G = 18.25%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F764C9 (or 0xF764C9) is known color: Neon Pink. HEX triplet: F7, 64 and C9. RGB value is (247,100,201). Sum of RGB (Red+Green+Blue) = 247+100+201=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F764C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764C9 is #089B36. Grayscale: #9B9B9B. Windows color (decimal): -564023 or 13198583. OLE color: 13198583.

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

Color convert

RGB 247 100 201 -
CMYK 0 0.60 0.19 0.03
HSL 318.78º 0.9% 0.68% -
HSV(B) 318.78º 0.6% 0.97% -
XYZ 53.46 33.11 58.83 -
YUV 155.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 247 100 201 0 0.60 0.19 0.03 318.78 0.9 0.68
Hex F7 64 C9 0 3C 13 3 13F 5A 44
Octal 367 144 311 0 74 23 3 477 132 104
Binary 11110111 1100100 11001001 0 111100 10011 11 100111111 1011010 1000100

Color Harmonies of #F764C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764C9

Black with #F764C9

Text Example


Text Example

White with #F764C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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