Html Css Color HEX #F055C3 Neon Pink

📋 copy color: '#F055C3'

red 240 ◦ green 85 ◦ blue 195

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

Shades of Neon Pink #F055C3

Tints of Neon Pink #F055C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 46.15%
G = 16.35%
B = 37.5%

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

#F055C3 (or 0xF055C3) is known color: Neon Pink. HEX triplet: F0, 55 and C3. RGB value is (240,85,195). Sum of RGB (Red+Green+Blue) = 240+85+195=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F055C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F055C3 is #0FAA3C. Grayscale: #8F8F8F. Windows color (decimal): -1026621 or 12801520. OLE color: 12801520.

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

Color convert

RGB 240 85 195 -
CMYK 0 0.65 0.19 0.06
HSL 317.42º 0.84% 0.64% -
HSV(B) 317.42º 0.65% 0.94% -
XYZ 49.03 28.96 54.64 -
YUV 143.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 240 85 195 0 0.65 0.19 0.06 317.42 0.84 0.64
Hex F0 55 C3 0 41 13 6 13D 54 40
Octal 360 125 303 0 101 23 6 475 124 100
Binary 11110000 1010101 11000011 0 1000001 10011 110 100111101 1010100 1000000

Color Harmonies of #F055C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055C3

Black with #F055C3

Text Example


Text Example

White with #F055C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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