Html Css Color HEX #F06BCB Neon Pink

📋 copy color: '#F06BCB'

red 240 ◦ green 107 ◦ blue 203

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

Shades of Neon Pink #F06BCB

Tints of Neon Pink #F06BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 43.64%
G = 19.45%
B = 36.91%

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

#F06BCB (or 0xF06BCB) is known color: Neon Pink. HEX triplet: F0, 6B and CB. RGB value is (240,107,203). Sum of RGB (Red+Green+Blue) = 240+107+203=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BCB is #0F9434. Grayscale: #9D9D9D. Windows color (decimal): -1020981 or 13331440. OLE color: 13331440.

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

Color convert

RGB 240 107 203 -
CMYK 0 0.55 0.15 0.06
HSL 316.69º 0.82% 0.68% -
HSV(B) 316.69º 0.55% 0.94% -
XYZ 51.97 33.35 60.2 -
YUV 157.71 153.56 186.69 -
System Red Green Blue C M Y K H S L
Decimal 240 107 203 0 0.55 0.15 0.06 316.69 0.82 0.68
Hex F0 6B CB 0 37 F 6 13D 52 44
Octal 360 153 313 0 67 17 6 475 122 104
Binary 11110000 1101011 11001011 0 110111 1111 110 100111101 1010010 1000100

Color Harmonies of #F06BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BCB

Black with #F06BCB

Text Example


Text Example

White with #F06BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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