Html Css Color HEX #F164BD Neon Pink

📋 copy color: '#F164BD'

red 241 ◦ green 100 ◦ blue 189

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

Shades of Neon Pink #F164BD

Tints of Neon Pink #F164BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 45.47%
G = 18.87%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F164BD (or 0xF164BD) is known color: Neon Pink. HEX triplet: F1, 64 and BD. RGB value is (241,100,189). Sum of RGB (Red+Green+Blue) = 241+100+189=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F164BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164BD is #0E9B42. Grayscale: #989898. Windows color (decimal): -957251 or 12412145. OLE color: 12412145.

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

Color convert

RGB 241 100 189 -
CMYK 0 0.59 0.22 0.05
HSL 322.13º 0.83% 0.67% -
HSV(B) 322.13º 0.59% 0.95% -
XYZ 50.02 31.49 51.59 -
YUV 152.31 148.71 191.26 -
System Red Green Blue C M Y K H S L
Decimal 241 100 189 0 0.59 0.22 0.05 322.13 0.83 0.67
Hex F1 64 BD 0 3B 16 5 142 53 43
Octal 361 144 275 0 73 26 5 502 123 103
Binary 11110001 1100100 10111101 0 111011 10110 101 101000010 1010011 1000011

Color Harmonies of #F164BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F164BD

Black with #F164BD

Text Example


Text Example

White with #F164BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F164BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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