Html Css Color HEX #F054C1 Neon Pink

📋 copy color: '#F054C1'

red 240 ◦ green 84 ◦ blue 193

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

Shades of Neon Pink #F054C1

Tints of Neon Pink #F054C1

RGB

 RED value IS 240 (94.14% from 255) = 46.42%

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

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 46.42%
G = 16.25%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F054C1 (or 0xF054C1) is known color: Neon Pink. HEX triplet: F0, 54 and C1. RGB value is (240,84,193). Sum of RGB (Red+Green+Blue) = 240+84+193=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 84 (33.20% from 255 or 16.25% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F054C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054C1 is #0FAB3E. Grayscale: #8E8E8E. Windows color (decimal): -1026879 or 12670192. OLE color: 12670192.

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

Color convert

RGB 240 84 193 -
CMYK 0 0.65 0.20 0.06
HSL 318.08º 0.84% 0.64% -
HSV(B) 318.08º 0.65% 0.94% -
XYZ 48.73 28.72 53.43 -
YUV 143.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 240 84 193 0 0.65 0.20 0.06 318.08 0.84 0.64
Hex F0 54 C1 0 41 14 6 13E 54 40
Octal 360 124 301 0 101 24 6 476 124 100
Binary 11110000 1010100 11000001 0 1000001 10100 110 100111110 1010100 1000000

Color Harmonies of #F054C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054C1

Black with #F054C1

Text Example


Text Example

White with #F054C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054C1; }

 p { color: rgb(240,84,193); }

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

background-color css

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

 a { background-color: rgb(240,84,193); }

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

border-color css

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

 span { border-color: rgb(240,84,193); }

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