Html Css Color HEX #F16BC8 Neon Pink

📋 copy color: '#F16BC8'

red 241 ◦ green 107 ◦ blue 200

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

Shades of Neon Pink #F16BC8

Tints of Neon Pink #F16BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.5%

R = 43.98%
G = 19.53%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F16BC8 (or 0xF16BC8) is known color: Neon Pink. HEX triplet: F1, 6B and C8. RGB value is (241,107,200). Sum of RGB (Red+Green+Blue) = 241+107+200=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BC8 is #0E9437. Grayscale: #9D9D9D. Windows color (decimal): -955448 or 13134833. OLE color: 13134833.

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

Color convert

RGB 241 107 200 -
CMYK 0 0.56 0.17 0.05
HSL 318.36º 0.83% 0.68% -
HSV(B) 318.36º 0.56% 0.95% -
XYZ 51.96 33.39 58.35 -
YUV 157.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 241 107 200 0 0.56 0.17 0.05 318.36 0.83 0.68
Hex F1 6B C8 0 38 11 5 13E 53 44
Octal 361 153 310 0 70 21 5 476 123 104
Binary 11110001 1101011 11001000 0 111000 10001 101 100111110 1010011 1000100

Color Harmonies of #F16BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BC8

Black with #F16BC8

Text Example


Text Example

White with #F16BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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