Html Css Color HEX #F055C2 Neon Pink

📋 copy color: '#F055C2'

red 240 ◦ green 85 ◦ blue 194

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

Shades of Neon Pink #F055C2

Tints of Neon Pink #F055C2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.38%

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

R = 46.24%
G = 16.38%
B = 37.38%

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

#F055C2 (or 0xF055C2) is known color: Neon Pink. HEX triplet: F0, 55 and C2. RGB value is (240,85,194). Sum of RGB (Red+Green+Blue) = 240+85+194=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F055C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055C2 is #0FAA3D. Grayscale: #8F8F8F. Windows color (decimal): -1026622 or 12735984. OLE color: 12735984.

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

Color convert

RGB 240 85 194 -
CMYK 0 0.65 0.19 0.06
HSL 317.81º 0.84% 0.64% -
HSV(B) 317.81º 0.65% 0.94% -
XYZ 48.92 28.92 54.04 -
YUV 143.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 240 85 194 0 0.65 0.19 0.06 317.81 0.84 0.64
Hex F0 55 C2 0 41 13 6 13E 54 40
Octal 360 125 302 0 101 23 6 476 124 100
Binary 11110000 1010101 11000010 0 1000001 10011 110 100111110 1010100 1000000

Color Harmonies of #F055C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055C2

Black with #F055C2

Text Example


Text Example

White with #F055C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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