Html Css Color HEX #F15CBE Neon Pink

📋 copy color: '#F15CBE'

red 241 ◦ green 92 ◦ blue 190

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

Shades of Neon Pink #F15CBE

Tints of Neon Pink #F15CBE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.59%

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

R = 46.08%
G = 17.59%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F15CBE (or 0xF15CBE) is known color: Neon Pink. HEX triplet: F1, 5C and BE. RGB value is (241,92,190). Sum of RGB (Red+Green+Blue) = 241+92+190=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F15CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15CBE is #0EA341. Grayscale: #939393. Windows color (decimal): -959298 or 12475633. OLE color: 12475633.

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

Color convert

RGB 241 92 190 -
CMYK 0 0.62 0.21 0.05
HSL 320.54º 0.84% 0.65% -
HSV(B) 320.54º 0.62% 0.95% -
XYZ 49.4 30.07 51.92 -
YUV 147.72 151.86 194.53 -
System Red Green Blue C M Y K H S L
Decimal 241 92 190 0 0.62 0.21 0.05 320.54 0.84 0.65
Hex F1 5C BE 0 3E 15 5 141 54 41
Octal 361 134 276 0 76 25 5 501 124 101
Binary 11110001 1011100 10111110 0 111110 10101 101 101000001 1010100 1000001

Color Harmonies of #F15CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15CBE

Black with #F15CBE

Text Example


Text Example

White with #F15CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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