Html Css Color HEX #F06CC5 Neon Pink

📋 copy color: '#F06CC5'

red 240 ◦ green 108 ◦ blue 197

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

Shades of Neon Pink #F06CC5

Tints of Neon Pink #F06CC5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.82%

 BLUE value IS 197 (77.34% from 255) = 36.15%

R = 44.04%
G = 19.82%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F06CC5 (or 0xF06CC5) is known color: Neon Pink. HEX triplet: F0, 6C and C5. RGB value is (240,108,197). Sum of RGB (Red+Green+Blue) = 240+108+197=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CC5 is #0F933A. Grayscale: #9D9D9D. Windows color (decimal): -1020731 or 12938480. OLE color: 12938480.

HSL color Cylindrical-coordinate representation of color #F06CC5: hue angle of 319.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CC5 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 197 -
CMYK 0 0.55 0.18 0.06
HSL 319.55º 0.81% 0.68% -
HSV(B) 319.55º 0.55% 0.94% -
XYZ 51.38 33.28 56.54 -
YUV 157.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 240 108 197 0 0.55 0.18 0.06 319.55 0.81 0.68
Hex F0 6C C5 0 37 12 6 140 51 44
Octal 360 154 305 0 67 22 6 500 121 104
Binary 11110000 1101100 11000101 0 110111 10010 110 101000000 1010001 1000100

Color Harmonies of #F06CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CC5

Black with #F06CC5

Text Example


Text Example

White with #F06CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CC5; }

 p { color: rgb(240,108,197); }

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

background-color css

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

 a { background-color: rgb(240,108,197); }

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

border-color css

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

 span { border-color: rgb(240,108,197); }

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