Html Css Color HEX #F06CBE Neon Pink

📋 copy color: '#F06CBE'

red 240 ◦ green 108 ◦ blue 190

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

Shades of Neon Pink #F06CBE

Tints of Neon Pink #F06CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.07%

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 44.61%
G = 20.07%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F06CBE (or 0xF06CBE) is known color: Neon Pink. HEX triplet: F0, 6C and BE. RGB value is (240,108,190). Sum of RGB (Red+Green+Blue) = 240+108+190=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CBE is #0F9341. Grayscale: #9C9C9C. Windows color (decimal): -1020738 or 12479728. OLE color: 12479728.

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

Color convert

RGB 240 108 190 -
CMYK 0 0.55 0.21 0.06
HSL 322.73º 0.81% 0.68% -
HSV(B) 322.73º 0.55% 0.94% -
XYZ 50.59 32.97 52.41 -
YUV 156.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 240 108 190 0 0.55 0.21 0.06 322.73 0.81 0.68
Hex F0 6C BE 0 37 15 6 143 51 44
Octal 360 154 276 0 67 25 6 503 121 104
Binary 11110000 1101100 10111110 0 110111 10101 110 101000011 1010001 1000100

Color Harmonies of #F06CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06CBE

Black with #F06CBE

Text Example


Text Example

White with #F06CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06CBE; }

 p { color: rgb(240,108,190); }

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

background-color css

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

 a { background-color: rgb(240,108,190); }

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

border-color css

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

 span { border-color: rgb(240,108,190); }

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