Html Css Color HEX #F16BC5 Neon Pink

📋 copy color: '#F16BC5'

red 241 ◦ green 107 ◦ blue 197

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

Shades of Neon Pink #F16BC5

Tints of Neon Pink #F16BC5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.63%

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

R = 44.22%
G = 19.63%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F16BC5 (or 0xF16BC5) is known color: Neon Pink. HEX triplet: F1, 6B and C5. RGB value is (241,107,197). Sum of RGB (Red+Green+Blue) = 241+107+197=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BC5 is #0E943A. Grayscale: #9D9D9D. Windows color (decimal): -955451 or 12938225. OLE color: 12938225.

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

Color convert

RGB 241 107 197 -
CMYK 0 0.56 0.18 0.05
HSL 319.7º 0.83% 0.68% -
HSV(B) 319.7º 0.56% 0.95% -
XYZ 51.61 33.25 56.52 -
YUV 157.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 241 107 197 0 0.56 0.18 0.05 319.7 0.83 0.68
Hex F1 6B C5 0 38 12 5 140 53 44
Octal 361 153 305 0 70 22 5 500 123 104
Binary 11110001 1101011 11000101 0 111000 10010 101 101000000 1010011 1000100

Color Harmonies of #F16BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BC5

Black with #F16BC5

Text Example


Text Example

White with #F16BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BC5; }

 p { color: rgb(241,107,197); }

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

background-color css

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

 a { background-color: rgb(241,107,197); }

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

border-color css

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

 span { border-color: rgb(241,107,197); }

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