Html Css Color HEX #F16BCA Neon Pink

📋 copy color: '#F16BCA'

red 241 ◦ green 107 ◦ blue 202

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

Shades of Neon Pink #F16BCA

Tints of Neon Pink #F16BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 43.82%
G = 19.45%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F16BCA (or 0xF16BCA) is known color: Neon Pink. HEX triplet: F1, 6B and CA. RGB value is (241,107,202). Sum of RGB (Red+Green+Blue) = 241+107+202=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BCA is #0E9435. Grayscale: #9D9D9D. Windows color (decimal): -955446 or 13265905. OLE color: 13265905.

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

Color convert

RGB 241 107 202 -
CMYK 0 0.56 0.16 0.05
HSL 317.46º 0.83% 0.68% -
HSV(B) 317.46º 0.56% 0.95% -
XYZ 52.19 33.48 59.59 -
YUV 157.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 241 107 202 0 0.56 0.16 0.05 317.46 0.83 0.68
Hex F1 6B CA 0 38 10 5 13D 53 44
Octal 361 153 312 0 70 20 5 475 123 104
Binary 11110001 1101011 11001010 0 111000 10000 101 100111101 1010011 1000100

Color Harmonies of #F16BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BCA

Black with #F16BCA

Text Example


Text Example

White with #F16BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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