Html Css Color HEX #F16BCC Neon Pink

📋 copy color: '#F16BCC'

red 241 ◦ green 107 ◦ blue 204

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

Shades of Neon Pink #F16BCC

Tints of Neon Pink #F16BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 43.66%
G = 19.38%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F16BCC (or 0xF16BCC) is known color: Neon Pink. HEX triplet: F1, 6B and CC. RGB value is (241,107,204). Sum of RGB (Red+Green+Blue) = 241+107+204=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BCC is #0E9433. Grayscale: #9D9D9D. Windows color (decimal): -955444 or 13396977. OLE color: 13396977.

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

Color convert

RGB 241 107 204 -
CMYK 0 0.56 0.15 0.05
HSL 316.57º 0.83% 0.68% -
HSV(B) 316.57º 0.56% 0.95% -
XYZ 52.43 33.58 60.84 -
YUV 158.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 241 107 204 0 0.56 0.15 0.05 316.57 0.83 0.68
Hex F1 6B CC 0 38 F 5 13D 53 44
Octal 361 153 314 0 70 17 5 475 123 104
Binary 11110001 1101011 11001100 0 111000 1111 101 100111101 1010011 1000100

Color Harmonies of #F16BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BCC

Black with #F16BCC

Text Example


Text Example

White with #F16BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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