Html Css Color HEX #F06BBC Neon Pink

📋 copy color: '#F06BBC'

red 240 ◦ green 107 ◦ blue 188

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

Shades of Neon Pink #F06BBC

Tints of Neon Pink #F06BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 44.86%
G = 20%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F06BBC (or 0xF06BBC) is known color: Neon Pink. HEX triplet: F0, 6B and BC. RGB value is (240,107,188). Sum of RGB (Red+Green+Blue) = 240+107+188=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BBC is #0F9443. Grayscale: #9B9B9B. Windows color (decimal): -1020996 or 12348400. OLE color: 12348400.

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

Color convert

RGB 240 107 188 -
CMYK 0 0.55 0.22 0.06
HSL 323.46º 0.82% 0.68% -
HSV(B) 323.46º 0.55% 0.94% -
XYZ 50.27 32.67 51.23 -
YUV 156 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 240 107 188 0 0.55 0.22 0.06 323.46 0.82 0.68
Hex F0 6B BC 0 37 16 6 143 52 44
Octal 360 153 274 0 67 26 6 503 122 104
Binary 11110000 1101011 10111100 0 110111 10110 110 101000011 1010010 1000100

Color Harmonies of #F06BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BBC

Black with #F06BBC

Text Example


Text Example

White with #F06BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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