Html Css Color HEX #F057C4 Neon Pink

📋 copy color: '#F057C4'

red 240 ◦ green 87 ◦ blue 196

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

Shades of Neon Pink #F057C4

Tints of Neon Pink #F057C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.48%

R = 45.89%
G = 16.63%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F057C4 (or 0xF057C4) is known color: Neon Pink. HEX triplet: F0, 57 and C4. RGB value is (240,87,196). Sum of RGB (Red+Green+Blue) = 240+87+196=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F057C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F057C4 is #0FA83B. Grayscale: #909090. Windows color (decimal): -1026108 or 12867568. OLE color: 12867568.

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

Color convert

RGB 240 87 196 -
CMYK 0 0.64 0.18 0.06
HSL 317.25º 0.84% 0.64% -
HSV(B) 317.25º 0.64% 0.94% -
XYZ 49.31 29.33 55.29 -
YUV 145.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 240 87 196 0 0.64 0.18 0.06 317.25 0.84 0.64
Hex F0 57 C4 0 40 12 6 13D 54 40
Octal 360 127 304 0 100 22 6 475 124 100
Binary 11110000 1010111 11000100 0 1000000 10010 110 100111101 1010100 1000000

Color Harmonies of #F057C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057C4

Black with #F057C4

Text Example


Text Example

White with #F057C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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