Html Css Color HEX #F054C2 Neon Pink

📋 copy color: '#F054C2'

red 240 ◦ green 84 ◦ blue 194

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

Shades of Neon Pink #F054C2

Tints of Neon Pink #F054C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 46.33%
G = 16.22%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F054C2 (or 0xF054C2) is known color: Neon Pink. HEX triplet: F0, 54 and C2. RGB value is (240,84,194). Sum of RGB (Red+Green+Blue) = 240+84+194=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F054C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F054C2 is #0FAB3D. Grayscale: #8E8E8E. Windows color (decimal): -1026878 or 12735728. OLE color: 12735728.

HSL color Cylindrical-coordinate representation of color #F054C2: hue angle of 317.69º 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 #F054C2 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 194 -
CMYK 0 0.65 0.19 0.06
HSL 317.69º 0.84% 0.64% -
HSV(B) 317.69º 0.65% 0.94% -
XYZ 48.84 28.76 54.02 -
YUV 143.18 156.68 197.06 -
System Red Green Blue C M Y K H S L
Decimal 240 84 194 0 0.65 0.19 0.06 317.69 0.84 0.64
Hex F0 54 C2 0 41 13 6 13E 54 40
Octal 360 124 302 0 101 23 6 476 124 100
Binary 11110000 1010100 11000010 0 1000001 10011 110 100111110 1010100 1000000

Color Harmonies of #F054C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054C2

Black with #F054C2

Text Example


Text Example

White with #F054C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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