Html Css Color HEX #F06BC1 Neon Pink

📋 copy color: '#F06BC1'

red 240 ◦ green 107 ◦ blue 193

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

Shades of Neon Pink #F06BC1

Tints of Neon Pink #F06BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.81%

 BLUE value IS 193 (75.78% from 255) = 35.74%

R = 44.44%
G = 19.81%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F06BC1 (or 0xF06BC1) is known color: Neon Pink. HEX triplet: F0, 6B and C1. RGB value is (240,107,193). Sum of RGB (Red+Green+Blue) = 240+107+193=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BC1 is #0F943E. Grayscale: #9C9C9C. Windows color (decimal): -1020991 or 12676080. OLE color: 12676080.

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

Color convert

RGB 240 107 193 -
CMYK 0 0.55 0.20 0.06
HSL 321.2º 0.82% 0.68% -
HSV(B) 321.2º 0.55% 0.94% -
XYZ 50.82 32.89 54.12 -
YUV 156.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 240 107 193 0 0.55 0.20 0.06 321.2 0.82 0.68
Hex F0 6B C1 0 37 14 6 141 52 44
Octal 360 153 301 0 67 24 6 501 122 104
Binary 11110000 1101011 11000001 0 110111 10100 110 101000001 1010010 1000100

Color Harmonies of #F06BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BC1

Black with #F06BC1

Text Example


Text Example

White with #F06BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BC1; }

 p { color: rgb(240,107,193); }

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

background-color css

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

 a { background-color: rgb(240,107,193); }

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

border-color css

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

 span { border-color: rgb(240,107,193); }

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