Html Css Color HEX #F164C3 Neon Pink

📋 copy color: '#F164C3'

red 241 ◦ green 100 ◦ blue 195

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

Shades of Neon Pink #F164C3

Tints of Neon Pink #F164C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.38%

R = 44.96%
G = 18.66%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F164C3 (or 0xF164C3) is known color: Neon Pink. HEX triplet: F1, 64 and C3. RGB value is (241,100,195). Sum of RGB (Red+Green+Blue) = 241+100+195=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F164C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164C3 is #0E9B3C. Grayscale: #989898. Windows color (decimal): -957245 or 12805361. OLE color: 12805361.

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

Color convert

RGB 241 100 195 -
CMYK 0 0.59 0.19 0.05
HSL 319.57º 0.83% 0.67% -
HSV(B) 319.57º 0.59% 0.95% -
XYZ 50.68 31.76 55.09 -
YUV 152.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 241 100 195 0 0.59 0.19 0.05 319.57 0.83 0.67
Hex F1 64 C3 0 3B 13 5 140 53 43
Octal 361 144 303 0 73 23 5 500 123 103
Binary 11110001 1100100 11000011 0 111011 10011 101 101000000 1010011 1000011

Color Harmonies of #F164C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164C3

Black with #F164C3

Text Example


Text Example

White with #F164C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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