Html Css Color HEX #F06BC8 Neon Pink

📋 copy color: '#F06BC8'

red 240 ◦ green 107 ◦ blue 200

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

Shades of Neon Pink #F06BC8

Tints of Neon Pink #F06BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 43.88%
G = 19.56%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F06BC8 (or 0xF06BC8) is known color: Neon Pink. HEX triplet: F0, 6B and C8. RGB value is (240,107,200). Sum of RGB (Red+Green+Blue) = 240+107+200=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BC8 is #0F9437. Grayscale: #9D9D9D. Windows color (decimal): -1020984 or 13134832. OLE color: 13134832.

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

Color convert

RGB 240 107 200 -
CMYK 0 0.55 0.17 0.06
HSL 318.05º 0.82% 0.68% -
HSV(B) 318.05º 0.55% 0.94% -
XYZ 51.62 33.21 58.33 -
YUV 157.37 152.06 186.94 -
System Red Green Blue C M Y K H S L
Decimal 240 107 200 0 0.55 0.17 0.06 318.05 0.82 0.68
Hex F0 6B C8 0 37 11 6 13E 52 44
Octal 360 153 310 0 67 21 6 476 122 104
Binary 11110000 1101011 11001000 0 110111 10001 110 100111110 1010010 1000100

Color Harmonies of #F06BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BC8

Black with #F06BC8

Text Example


Text Example

White with #F06BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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