Html Css Color HEX #F055C0 Neon Pink

📋 copy color: '#F055C0'

red 240 ◦ green 85 ◦ blue 192

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

Shades of Neon Pink #F055C0

Tints of Neon Pink #F055C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 46.42%
G = 16.44%
B = 37.14%

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

#F055C0 (or 0xF055C0) is known color: Neon Pink. HEX triplet: F0, 55 and C0. RGB value is (240,85,192). Sum of RGB (Red+Green+Blue) = 240+85+192=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F055C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055C0 is #0FAA3F. Grayscale: #8F8F8F. Windows color (decimal): -1026624 or 12604912. OLE color: 12604912.

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

Color convert

RGB 240 85 192 -
CMYK 0 0.65 0.20 0.06
HSL 318.58º 0.84% 0.64% -
HSV(B) 318.58º 0.65% 0.94% -
XYZ 48.7 28.83 52.87 -
YUV 143.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 240 85 192 0 0.65 0.20 0.06 318.58 0.84 0.64
Hex F0 55 C0 0 41 14 6 13F 54 40
Octal 360 125 300 0 101 24 6 477 124 100
Binary 11110000 1010101 11000000 0 1000001 10100 110 100111111 1010100 1000000

Color Harmonies of #F055C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055C0

Black with #F055C0

Text Example


Text Example

White with #F055C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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