Html Css Color HEX #F164C7 Neon Pink

📋 copy color: '#F164C7'

red 241 ◦ green 100 ◦ blue 199

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

Shades of Neon Pink #F164C7

Tints of Neon Pink #F164C7

RGB

 RED value IS 241 (94.53% from 255) = 44.63%

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

 BLUE value IS 199 (78.13% from 255) = 36.85%

R = 44.63%
G = 18.52%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F164C7 (or 0xF164C7) is known color: Neon Pink. HEX triplet: F1, 64 and C7. RGB value is (241,100,199). Sum of RGB (Red+Green+Blue) = 241+100+199=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F164C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164C7 is #0E9B38. Grayscale: #999999. Windows color (decimal): -957241 or 13067505. OLE color: 13067505.

HSL color Cylindrical-coordinate representation of color #F164C7: hue angle of 317.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164C7 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 199 -
CMYK 0 0.59 0.17 0.05
HSL 317.87º 0.83% 0.67% -
HSV(B) 317.87º 0.59% 0.95% -
XYZ 51.14 31.94 57.5 -
YUV 153.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 241 100 199 0 0.59 0.17 0.05 317.87 0.83 0.67
Hex F1 64 C7 0 3B 11 5 13E 53 43
Octal 361 144 307 0 73 21 5 476 123 103
Binary 11110001 1100100 11000111 0 111011 10001 101 100111110 1010011 1000011

Color Harmonies of #F164C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164C7

Black with #F164C7

Text Example


Text Example

White with #F164C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164C7; }

 p { color: rgb(241,100,199); }

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

background-color css

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

 a { background-color: rgb(241,100,199); }

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

border-color css

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

 span { border-color: rgb(241,100,199); }

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