Html Css Color HEX #F15BC6 Neon Pink

📋 copy color: '#F15BC6'

red 241 ◦ green 91 ◦ blue 198

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

Shades of Neon Pink #F15BC6

Tints of Neon Pink #F15BC6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.17%

 BLUE value IS 198 (77.73% from 255) = 37.36%

R = 45.47%
G = 17.17%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F15BC6 (or 0xF15BC6) is known color: Neon Pink. HEX triplet: F1, 5B and C6. RGB value is (241,91,198). Sum of RGB (Red+Green+Blue) = 241+91+198=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BC6 is #0EA439. Grayscale: #939393. Windows color (decimal): -959546 or 12999665. OLE color: 12999665.

HSL color Cylindrical-coordinate representation of color #F15BC6: hue angle of 317.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15BC6 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 91 198 -
CMYK 0 0.62 0.18 0.05
HSL 317.2º 0.84% 0.65% -
HSV(B) 317.2º 0.62% 0.95% -
XYZ 50.21 30.26 56.62 -
YUV 148.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 241 91 198 0 0.62 0.18 0.05 317.2 0.84 0.65
Hex F1 5B C6 0 3E 12 5 13D 54 41
Octal 361 133 306 0 76 22 5 475 124 101
Binary 11110001 1011011 11000110 0 111110 10010 101 100111101 1010100 1000001

Color Harmonies of #F15BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BC6

Black with #F15BC6

Text Example


Text Example

White with #F15BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BC6; }

 p { color: rgb(241,91,198); }

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

background-color css

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

 a { background-color: rgb(241,91,198); }

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

border-color css

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

 span { border-color: rgb(241,91,198); }

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