Html Css Color HEX #F764D4 Neon Pink

📋 copy color: '#F764D4'

red 247 ◦ green 100 ◦ blue 212

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

Shades of Neon Pink #F764D4

Tints of Neon Pink #F764D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 44.19%
G = 17.89%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F764D4 (or 0xF764D4) is known color: Neon Pink. HEX triplet: F7, 64 and D4. RGB value is (247,100,212). Sum of RGB (Red+Green+Blue) = 247+100+212=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F764D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764D4 is #089B2B. Grayscale: #9C9C9C. Windows color (decimal): -564012 or 13919479. OLE color: 13919479.

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

Color convert

RGB 247 100 212 -
CMYK 0 0.60 0.14 0.03
HSL 314.29º 0.9% 0.68% -
HSV(B) 314.29º 0.6% 0.97% -
XYZ 54.8 33.64 65.89 -
YUV 156.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 247 100 212 0 0.60 0.14 0.03 314.29 0.9 0.68
Hex F7 64 D4 0 3C E 3 13A 5A 44
Octal 367 144 324 0 74 16 3 472 132 104
Binary 11110111 1100100 11010100 0 111100 1110 11 100111010 1011010 1000100

Color Harmonies of #F764D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764D4

Black with #F764D4

Text Example


Text Example

White with #F764D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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