Html Css Color HEX #F154C0 Neon Pink

📋 copy color: '#F154C0'

red 241 ◦ green 84 ◦ blue 192

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

Shades of Neon Pink #F154C0

Tints of Neon Pink #F154C0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.25%

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

R = 46.62%
G = 16.25%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F154C0 (or 0xF154C0) is known color: Neon Pink. HEX triplet: F1, 54 and C0. RGB value is (241,84,192). Sum of RGB (Red+Green+Blue) = 241+84+192=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F154C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F154C0 is #0EAB3F. Grayscale: #8E8E8E. Windows color (decimal): -961344 or 12604657. OLE color: 12604657.

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

Color convert

RGB 241 84 192 -
CMYK 0 0.65 0.20 0.05
HSL 318.73º 0.85% 0.64% -
HSV(B) 318.73º 0.65% 0.95% -
XYZ 48.96 28.85 52.86 -
YUV 143.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 241 84 192 0 0.65 0.20 0.05 318.73 0.85 0.64
Hex F1 54 C0 0 41 14 5 13F 55 40
Octal 361 124 300 0 101 24 5 477 125 100
Binary 11110001 1010100 11000000 0 1000001 10100 101 100111111 1010101 1000000

Color Harmonies of #F154C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F154C0

Black with #F154C0

Text Example


Text Example

White with #F154C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F154C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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