Html Css Color HEX #F06BCF Neon Pink

📋 copy color: '#F06BCF'

red 240 ◦ green 107 ◦ blue 207

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

Shades of Neon Pink #F06BCF

Tints of Neon Pink #F06BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 43.32%
G = 19.31%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F06BCF (or 0xF06BCF) is known color: Neon Pink. HEX triplet: F0, 6B and CF. RGB value is (240,107,207). Sum of RGB (Red+Green+Blue) = 240+107+207=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BCF is #0F9430. Grayscale: #9D9D9D. Windows color (decimal): -1020977 or 13593584. OLE color: 13593584.

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

Color convert

RGB 240 107 207 -
CMYK 0 0.55 0.14 0.06
HSL 314.89º 0.82% 0.68% -
HSV(B) 314.89º 0.55% 0.94% -
XYZ 52.46 33.55 62.74 -
YUV 158.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 240 107 207 0 0.55 0.14 0.06 314.89 0.82 0.68
Hex F0 6B CF 0 37 E 6 13B 52 44
Octal 360 153 317 0 67 16 6 473 122 104
Binary 11110000 1101011 11001111 0 110111 1110 110 100111011 1010010 1000100

Color Harmonies of #F06BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06BCF

Black with #F06BCF

Text Example


Text Example

White with #F06BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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