Html Css Color HEX #F15AC0 Neon Pink

📋 copy color: '#F15AC0'

red 241 ◦ green 90 ◦ blue 192

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

Shades of Neon Pink #F15AC0

Tints of Neon Pink #F15AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.71%

R = 46.08%
G = 17.21%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F15AC0 (or 0xF15AC0) is known color: Neon Pink. HEX triplet: F1, 5A and C0. RGB value is (241,90,192). Sum of RGB (Red+Green+Blue) = 241+90+192=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F15AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15AC0 is #0EA53F. Grayscale: #929292. Windows color (decimal): -959808 or 12606193. OLE color: 12606193.

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

Color convert

RGB 241 90 192 -
CMYK 0 0.63 0.20 0.05
HSL 319.47º 0.84% 0.65% -
HSV(B) 319.47º 0.63% 0.95% -
XYZ 49.45 29.82 53.02 -
YUV 146.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 241 90 192 0 0.63 0.20 0.05 319.47 0.84 0.65
Hex F1 5A C0 0 3F 14 5 13F 54 41
Octal 361 132 300 0 77 24 5 477 124 101
Binary 11110001 1011010 11000000 0 111111 10100 101 100111111 1010100 1000001

Color Harmonies of #F15AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15AC0

Black with #F15AC0

Text Example


Text Example

White with #F15AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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