Html Css Color HEX #F06CCC Neon Pink

📋 copy color: '#F06CCC'

red 240 ◦ green 108 ◦ blue 204

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

Shades of Neon Pink #F06CCC

Tints of Neon Pink #F06CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 43.48%
G = 19.57%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F06CCC (or 0xF06CCC) is known color: Neon Pink. HEX triplet: F0, 6C and CC. RGB value is (240,108,204). Sum of RGB (Red+Green+Blue) = 240+108+204=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CCC is #0F9333. Grayscale: #9E9E9E. Windows color (decimal): -1020724 or 13397232. OLE color: 13397232.

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

Color convert

RGB 240 108 204 -
CMYK 0 0.55 0.15 0.06
HSL 316.36º 0.81% 0.68% -
HSV(B) 316.36º 0.55% 0.94% -
XYZ 52.2 33.61 60.86 -
YUV 158.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 240 108 204 0 0.55 0.15 0.06 316.36 0.81 0.68
Hex F0 6C CC 0 37 F 6 13C 51 44
Octal 360 154 314 0 67 17 6 474 121 104
Binary 11110000 1101100 11001100 0 110111 1111 110 100111100 1010001 1000100

Color Harmonies of #F06CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CCC

Black with #F06CCC

Text Example


Text Example

White with #F06CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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