Html Css Color HEX #F06CCE Neon Pink

📋 copy color: '#F06CCE'

red 240 ◦ green 108 ◦ blue 206

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

Shades of Neon Pink #F06CCE

Tints of Neon Pink #F06CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 43.32%
G = 19.49%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F06CCE (or 0xF06CCE) is known color: Neon Pink. HEX triplet: F0, 6C and CE. RGB value is (240,108,206). Sum of RGB (Red+Green+Blue) = 240+108+206=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CCE is #0F9331. Grayscale: #9E9E9E. Windows color (decimal): -1020722 or 13528304. OLE color: 13528304.

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

Color convert

RGB 240 108 206 -
CMYK 0 0.55 0.14 0.06
HSL 315.45º 0.81% 0.68% -
HSV(B) 315.45º 0.55% 0.94% -
XYZ 52.44 33.71 62.13 -
YUV 158.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 240 108 206 0 0.55 0.14 0.06 315.45 0.81 0.68
Hex F0 6C CE 0 37 E 6 13B 51 44
Octal 360 154 316 0 67 16 6 473 121 104
Binary 11110000 1101100 11001110 0 110111 1110 110 100111011 1010001 1000100

Color Harmonies of #F06CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CCE

Black with #F06CCE

Text Example


Text Example

White with #F06CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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