Html Css Color HEX #F164C9 Neon Pink

📋 copy color: '#F164C9'

red 241 ◦ green 100 ◦ blue 201

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

Shades of Neon Pink #F164C9

Tints of Neon Pink #F164C9

RGB

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

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

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

R = 44.46%
G = 18.45%
B = 37.08%

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

#F164C9 (or 0xF164C9) is known color: Neon Pink. HEX triplet: F1, 64 and C9. RGB value is (241,100,201). Sum of RGB (Red+Green+Blue) = 241+100+201=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F164C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164C9 is #0E9B36. Grayscale: #999999. Windows color (decimal): -957239 or 13198577. OLE color: 13198577.

HSL color Cylindrical-coordinate representation of color #F164C9: hue angle of 317.02º 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 #F164C9 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 100 201 -
CMYK 0 0.59 0.17 0.05
HSL 317.02º 0.83% 0.67% -
HSV(B) 317.02º 0.59% 0.95% -
XYZ 51.38 32.03 58.73 -
YUV 153.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 241 100 201 0 0.59 0.17 0.05 317.02 0.83 0.67
Hex F1 64 C9 0 3B 11 5 13D 53 43
Octal 361 144 311 0 73 21 5 475 123 103
Binary 11110001 1100100 11001001 0 111011 10001 101 100111101 1010011 1000011

Color Harmonies of #F164C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164C9

Black with #F164C9

Text Example


Text Example

White with #F164C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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