Html Css Color HEX #F16BC2 Neon Pink

📋 copy color: '#F16BC2'

red 241 ◦ green 107 ◦ blue 194

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

Shades of Neon Pink #F16BC2

Tints of Neon Pink #F16BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 44.46%
G = 19.74%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F16BC2 (or 0xF16BC2) is known color: Neon Pink. HEX triplet: F1, 6B and C2. RGB value is (241,107,194). Sum of RGB (Red+Green+Blue) = 241+107+194=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BC2 is #0E943D. Grayscale: #9C9C9C. Windows color (decimal): -955454 or 12741617. OLE color: 12741617.

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

Color convert

RGB 241 107 194 -
CMYK 0 0.56 0.20 0.05
HSL 321.04º 0.83% 0.68% -
HSV(B) 321.04º 0.56% 0.95% -
XYZ 51.27 33.11 54.73 -
YUV 156.98 148.89 187.93 -
System Red Green Blue C M Y K H S L
Decimal 241 107 194 0 0.56 0.20 0.05 321.04 0.83 0.68
Hex F1 6B C2 0 38 14 5 141 53 44
Octal 361 153 302 0 70 24 5 501 123 104
Binary 11110001 1101011 11000010 0 111000 10100 101 101000001 1010011 1000100

Color Harmonies of #F16BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BC2

Black with #F16BC2

Text Example


Text Example

White with #F16BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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