Html Css Color HEX #F057C2 Neon Pink

📋 copy color: '#F057C2'

red 240 ◦ green 87 ◦ blue 194

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

Shades of Neon Pink #F057C2

Tints of Neon Pink #F057C2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.7%

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

R = 46.07%
G = 16.7%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#F057C2 (or 0xF057C2) is known color: Neon Pink. HEX triplet: F0, 57 and C2. RGB value is (240,87,194). Sum of RGB (Red+Green+Blue) = 240+87+194=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F057C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057C2 is #0FA83D. Grayscale: #909090. Windows color (decimal): -1026110 or 12736496. OLE color: 12736496.

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

Color convert

RGB 240 87 194 -
CMYK 0 0.64 0.19 0.06
HSL 318.04º 0.84% 0.64% -
HSV(B) 318.04º 0.64% 0.94% -
XYZ 49.08 29.24 54.1 -
YUV 144.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 240 87 194 0 0.64 0.19 0.06 318.04 0.84 0.64
Hex F0 57 C2 0 40 13 6 13E 54 40
Octal 360 127 302 0 100 23 6 476 124 100
Binary 11110000 1010111 11000010 0 1000000 10011 110 100111110 1010100 1000000

Color Harmonies of #F057C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057C2

Black with #F057C2

Text Example


Text Example

White with #F057C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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