Html Css Color HEX #F15ABE Neon Pink

📋 copy color: '#F15ABE'

red 241 ◦ green 90 ◦ blue 190

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

Shades of Neon Pink #F15ABE

Tints of Neon Pink #F15ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

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

R = 46.26%
G = 17.27%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F15ABE (or 0xF15ABE) is known color: Neon Pink. HEX triplet: F1, 5A and BE. RGB value is (241,90,190). Sum of RGB (Red+Green+Blue) = 241+90+190=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F15ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15ABE is #0EA541. Grayscale: #929292. Windows color (decimal): -959810 or 12475121. OLE color: 12475121.

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

Color convert

RGB 241 90 190 -
CMYK 0 0.63 0.21 0.05
HSL 320.26º 0.84% 0.65% -
HSV(B) 320.26º 0.63% 0.95% -
XYZ 49.23 29.73 51.86 -
YUV 146.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 241 90 190 0 0.63 0.21 0.05 320.26 0.84 0.65
Hex F1 5A BE 0 3F 15 5 140 54 41
Octal 361 132 276 0 77 25 5 500 124 101
Binary 11110001 1011010 10111110 0 111111 10101 101 101000000 1010100 1000001

Color Harmonies of #F15ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15ABE

Black with #F15ABE

Text Example


Text Example

White with #F15ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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