Html Css Color HEX #F16BBC Neon Pink

📋 copy color: '#F16BBC'

red 241 ◦ green 107 ◦ blue 188

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

Shades of Neon Pink #F16BBC

Tints of Neon Pink #F16BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 44.96%
G = 19.96%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F16BBC (or 0xF16BBC) is known color: Neon Pink. HEX triplet: F1, 6B and BC. RGB value is (241,107,188). Sum of RGB (Red+Green+Blue) = 241+107+188=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BBC is #0E9443. Grayscale: #9C9C9C. Windows color (decimal): -955460 or 12348401. OLE color: 12348401.

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

Color convert

RGB 241 107 188 -
CMYK 0 0.56 0.22 0.05
HSL 323.73º 0.83% 0.68% -
HSV(B) 323.73º 0.56% 0.95% -
XYZ 50.61 32.85 51.25 -
YUV 156.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 241 107 188 0 0.56 0.22 0.05 323.73 0.83 0.68
Hex F1 6B BC 0 38 16 5 144 53 44
Octal 361 153 274 0 70 26 5 504 123 104
Binary 11110001 1101011 10111100 0 111000 10110 101 101000100 1010011 1000100

Color Harmonies of #F16BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BBC

Black with #F16BBC

Text Example


Text Example

White with #F16BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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