Html Css Color HEX #F064C5 Neon Pink

📋 copy color: '#F064C5'

red 240 ◦ green 100 ◦ blue 197

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

Shades of Neon Pink #F064C5

Tints of Neon Pink #F064C5

RGB

 RED value IS 240 (94.14% from 255) = 44.69%

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

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 44.69%
G = 18.62%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F064C5 (or 0xF064C5) is known color: Neon Pink. HEX triplet: F0, 64 and C5. RGB value is (240,100,197). Sum of RGB (Red+Green+Blue) = 240+100+197=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F064C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064C5 is #0F9B3A. Grayscale: #989898. Windows color (decimal): -1022779 or 12936432. OLE color: 12936432.

HSL color Cylindrical-coordinate representation of color #F064C5: hue angle of 318.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064C5 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 197 -
CMYK 0 0.58 0.18 0.06
HSL 318.43º 0.82% 0.67% -
HSV(B) 318.43º 0.58% 0.94% -
XYZ 50.57 31.67 56.27 -
YUV 152.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 240 100 197 0 0.58 0.18 0.06 318.43 0.82 0.67
Hex F0 64 C5 0 3A 12 6 13E 52 43
Octal 360 144 305 0 72 22 6 476 122 103
Binary 11110000 1100100 11000101 0 111010 10010 110 100111110 1010010 1000011

Color Harmonies of #F064C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064C5

Black with #F064C5

Text Example


Text Example

White with #F064C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064C5; }

 p { color: rgb(240,100,197); }

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

background-color css

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

 a { background-color: rgb(240,100,197); }

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

border-color css

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

 span { border-color: rgb(240,100,197); }

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