Html Css Color HEX #F15BC5 Neon Pink

📋 copy color: '#F15BC5'

red 241 ◦ green 91 ◦ blue 197

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

Shades of Neon Pink #F15BC5

Tints of Neon Pink #F15BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.24%

R = 45.56%
G = 17.2%
B = 37.24%

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

#F15BC5 (or 0xF15BC5) is known color: Neon Pink. HEX triplet: F1, 5B and C5. RGB value is (241,91,197). Sum of RGB (Red+Green+Blue) = 241+91+197=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F15BC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15BC5 is #0EA43A. Grayscale: #939393. Windows color (decimal): -959547 or 12934129. OLE color: 12934129.

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

Color convert

RGB 241 91 197 -
CMYK 0 0.62 0.18 0.05
HSL 317.6º 0.84% 0.65% -
HSV(B) 317.6º 0.62% 0.95% -
XYZ 50.09 30.21 56.01 -
YUV 147.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 241 91 197 0 0.62 0.18 0.05 317.6 0.84 0.65
Hex F1 5B C5 0 3E 12 5 13E 54 41
Octal 361 133 305 0 76 22 5 476 124 101
Binary 11110001 1011011 11000101 0 111110 10010 101 100111110 1010100 1000001

Color Harmonies of #F15BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15BC5

Black with #F15BC5

Text Example


Text Example

White with #F15BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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