Html Css Color HEX #F16BBE Neon Pink

📋 copy color: '#F16BBE'

red 241 ◦ green 107 ◦ blue 190

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

Shades of Neon Pink #F16BBE

Tints of Neon Pink #F16BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 44.8%
G = 19.89%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F16BBE (or 0xF16BBE) is known color: Neon Pink. HEX triplet: F1, 6B and BE. RGB value is (241,107,190). Sum of RGB (Red+Green+Blue) = 241+107+190=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16BBE is #0E9441. Grayscale: #9C9C9C. Windows color (decimal): -955458 or 12479473. OLE color: 12479473.

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

Color convert

RGB 241 107 190 -
CMYK 0 0.56 0.21 0.05
HSL 322.84º 0.83% 0.68% -
HSV(B) 322.84º 0.56% 0.95% -
XYZ 50.83 32.93 52.39 -
YUV 156.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 241 107 190 0 0.56 0.21 0.05 322.84 0.83 0.68
Hex F1 6B BE 0 38 15 5 143 53 44
Octal 361 153 276 0 70 25 5 503 123 104
Binary 11110001 1101011 10111110 0 111000 10101 101 101000011 1010011 1000100

Color Harmonies of #F16BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16BBE

Black with #F16BBE

Text Example


Text Example

White with #F16BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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